[gnome-software/wip/ubuntu-3-20: 2/30] Use minimal limits for review content



commit d4896490b2fe0988c41f878a5fc679c8fad45610
Author: Robert Ancell <robert ancell canonical com>
Date:   Thu Feb 11 15:00:22 2016 +1300

    Use minimal limits for review content

 src/gs-review-dialog.c |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/src/gs-review-dialog.c b/src/gs-review-dialog.c
index 9f41dc1..4a9a620 100644
--- a/src/gs-review-dialog.c
+++ b/src/gs-review-dialog.c
@@ -28,11 +28,11 @@
 #include "gs-review-dialog.h"
 #include "gs-star-widget.h"
 
-#define DESCRIPTION_LENGTH_MAX         3000    /* chars */
-#define DESCRIPTION_LENGTH_MIN         15      /* chars */
-#define SUMMARY_LENGTH_MAX             70      /* chars */
-#define SUMMARY_LENGTH_MIN             3       /* chars */
-#define WRITING_TIME_MIN               5       /* seconds */
+#define DESCRIPTION_LENGTH_MAX         10000   /* chars */
+#define DESCRIPTION_LENGTH_MIN         1       /* chars */
+#define SUMMARY_LENGTH_MAX             1000    /* chars */
+#define SUMMARY_LENGTH_MIN             1       /* chars */
+#define WRITING_TIME_MIN               0       /* seconds */
 
 struct _GsReviewDialog
 {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]