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
1 changed files with 2 additions and 2 deletions

View File

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