Update defs for new hookKeepAlive config option (#4794)
All tests pass on re-run. :-)
This commit is contained in:
@@ -302,6 +302,11 @@ module.exports.ParseServerOptions = {
|
|||||||
"env": "PARSE_SERVER_LIVE_QUERY_SERVER_OPTIONS",
|
"env": "PARSE_SERVER_LIVE_QUERY_SERVER_OPTIONS",
|
||||||
"help": "Live query server configuration options (will start the liveQuery server)",
|
"help": "Live query server configuration options (will start the liveQuery server)",
|
||||||
"action": parsers.objectParser
|
"action": parsers.objectParser
|
||||||
|
},
|
||||||
|
"hookKeepAlive": {
|
||||||
|
"env": "PARSE_SERVER_HOOK_KEEP_ALIVE",
|
||||||
|
"help": "Keep hook HTTP connections alive",
|
||||||
|
"action": parsers.booleanParser
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
module.exports.CustomPagesOptions = {
|
module.exports.CustomPagesOptions = {
|
||||||
|
|||||||
Reference in New Issue
Block a user