From ac29bd801d7befff9da0e7b3df607713b529a3aa Mon Sep 17 00:00:00 2001 From: Yotam Barnoy Date: Mon, 4 Jun 2018 16:27:49 -0400 Subject: [PATCH] Raise max char count --- app/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/config.json b/app/config.json index 6842499..a518760 100644 --- a/app/config.json +++ b/app/config.json @@ -1,6 +1,6 @@ { "maxCacheSize": 100, "feedCheckInterval": 10000, - "charLimit": 500, + "charLimit": 1950, "viewFeedsPaginationLimit": 10 -} \ No newline at end of file +}