Raise max char count

This commit is contained in:
Yotam Barnoy 2018-06-04 16:27:49 -04:00 committed by GitHub
parent b61b1748ad
commit ac29bd801d

View file

@ -1,6 +1,6 @@
{ {
"maxCacheSize": 100, "maxCacheSize": 100,
"feedCheckInterval": 10000, "feedCheckInterval": 10000,
"charLimit": 500, "charLimit": 1950,
"viewFeedsPaginationLimit": 10 "viewFeedsPaginationLimit": 10
} }