Skip to content

Commit 175ddc5

Browse files
authored
Update defs for new hookKeepAlive config option (parse-community#4794)
All tests pass on re-run. :-)
1 parent 77f8289 commit 175ddc5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Options/Definitions.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,11 @@ module.exports.ParseServerOptions = {
302302
"env": "PARSE_SERVER_LIVE_QUERY_SERVER_OPTIONS",
303303
"help": "Live query server configuration options (will start the liveQuery server)",
304304
"action": parsers.objectParser
305+
},
306+
"hookKeepAlive": {
307+
"env": "PARSE_SERVER_HOOK_KEEP_ALIVE",
308+
"help": "Keep hook HTTP connections alive",
309+
"action": parsers.booleanParser
305310
}
306311
};
307312
module.exports.CustomPagesOptions = {

0 commit comments

Comments
 (0)