From a9c731708f09cd8e026b7fba34e0d493d4b4efbb Mon Sep 17 00:00:00 2001
From: Benoit Lavenier <benoit.lavenier@e-is.pro>
Date: Mon, 9 Mar 2020 17:36:03 +0100
Subject: [PATCH] [enh] Home: Increase default feed max length to 1300

---
 app/config.json  | 4 ++--
 www/js/config.js | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app/config.json b/app/config.json
index 271e21a68..f85e09597 100644
--- a/app/config.json
+++ b/app/config.json
@@ -32,7 +32,7 @@
         "fr-FR": "https://raw.githubusercontent.com/duniter/cesium/master/doc/feed/feed-fr.json",
         "en": "https://raw.githubusercontent.com/duniter/cesium/master/doc/feed/feed-en.json"
       },
-      "maxContentLength": 650
+      "maxContentLength": 1300
     },
     "node": {
       "host": "g1.duniter.org",
@@ -120,7 +120,7 @@
         "fr-FR": "https://raw.githubusercontent.com/duniter/cesium/master/doc/feed/feed-fr.json",
         "en": "https://raw.githubusercontent.com/duniter/cesium/master/doc/feed/feed-en.json"
       },
-      "maxContentLength": 650
+      "maxContentLength": 1300
     },
     "node": {
       "host": "g1.duniter.fr",
diff --git a/www/js/config.js b/www/js/config.js
index 59a156b17..d7e4087b1 100644
--- a/www/js/config.js
+++ b/www/js/config.js
@@ -41,7 +41,7 @@ angular.module("cesium.config", [])
 			"fr-FR": "https://raw.githubusercontent.com/duniter/cesium/master/doc/feed/feed-fr.json",
 			"en": "https://raw.githubusercontent.com/duniter/cesium/master/doc/feed/feed-en.json"
 		},
-		"maxContentLength": 650
+		"maxContentLength": 1300
 	},
 	"node": {
 		"host": "g1.duniter.org",
@@ -102,4 +102,4 @@ angular.module("cesium.config", [])
 	"newIssueUrl": "https://git.duniter.org/clients/cesium-grp/cesium/issues/new"
 })
 
-;
\ No newline at end of file
+;
-- 
GitLab