[gnome-software/wip/ubuntu-3-20: 2/30] Use minimal limits for review	content
- From: Robert Ancell <rancell src gnome org>
- To: commits-list gnome org
- Cc: 
- Subject: [gnome-software/wip/ubuntu-3-20: 2/30] Use minimal limits for review	content
- Date: Tue,  5 Sep 2017 22:48:18 +0000 (UTC)
commit 121df7911640e6398676561e36a41e3369a27350
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]