Update defs for new hookKeepAlive config option (#4794)

All tests pass on re-run. :-)
This commit is contained in:
Tyler Brock
2018-05-29 17:30:26 -07:00
committed by GitHub
parent 82fb06f9c9
commit f4422c491e

View File

@@ -302,6 +302,11 @@ module.exports.ParseServerOptions = {
"env": "PARSE_SERVER_LIVE_QUERY_SERVER_OPTIONS",
"help": "Live query server configuration options (will start the liveQuery server)",
"action": parsers.objectParser
},
"hookKeepAlive": {
"env": "PARSE_SERVER_HOOK_KEEP_ALIVE",
"help": "Keep hook HTTP connections alive",
"action": parsers.booleanParser
}
};
module.exports.CustomPagesOptions = {