diff --git a/app/config.json b/app/config.json index 271e21a68ac8d4799bfda6cd1c0d5c91fd31fc3f..f85e095978d760cd99c9f8334eac3f9f42315970 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 59a156b177db77b03fe3c62f049a76238c7b15c8..d7e4087b1c7a29957895336d523a425aa22c966b 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 +;