Release 2.5.3 (#3989)

This commit is contained in:
Florent Vilmart
2017-07-03 10:50:04 -04:00
committed by Natan Rolnik
parent ad52ed64af
commit d158023083
3 changed files with 12 additions and 3 deletions

View File

@@ -227,12 +227,12 @@ export default {
"cacheTTL": {
env: "PARSE_SERVER_CACHE_TTL",
help: "Sets the TTL for the in memory cache (in ms), defaults to 5000 (5 seconds)",
action: numberParser,
action: numberParser("cacheTTL"),
},
"cacheMaxSize": {
env: "PARSE_SERVER_CACHE_MAX_SIZE",
help: "Sets the maximum size for the in memory cache, defaults to 10000",
action: numberParser
action: numberParser("cacheMaxSize")
},
"cluster": {
env: "PARSE_SERVER_CLUSTER",