[gnome-software/wip/rancell/ubuntu-3-20-rebase: 24/28] Use minimal limits for review content
- From: Robert Ancell <rancell src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software/wip/rancell/ubuntu-3-20-rebase: 24/28] Use minimal limits for review content
- Date: Sat, 17 Jun 2017 04:55:52 +0000 (UTC)
commit 17204f8b7bdb7ee6ad90cc0192669e822f7972ad
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]