[gnome-software/wip/ubuntu-changes: 4/5] Use minimal limits for review content
- From: Robert Ancell <rancell src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software/wip/ubuntu-changes: 4/5] Use minimal limits for review content
- Date: Thu, 3 Mar 2016 20:41:27 +0000 (UTC)
commit 586874f871e6b63a48831a502c764b2691c3c0de
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 264d38e..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 60 /* chars */
-#define SUMMARY_LENGTH_MAX 70 /* chars */
-#define SUMMARY_LENGTH_MIN 10 /* 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]