We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82fb06f commit f4422c4Copy full SHA for f4422c4
src/Options/Definitions.js
@@ -302,6 +302,11 @@ module.exports.ParseServerOptions = {
302
"env": "PARSE_SERVER_LIVE_QUERY_SERVER_OPTIONS",
303
"help": "Live query server configuration options (will start the liveQuery server)",
304
"action": parsers.objectParser
305
+ },
306
+ "hookKeepAlive": {
307
+ "env": "PARSE_SERVER_HOOK_KEEP_ALIVE",
308
+ "help": "Keep hook HTTP connections alive",
309
+ "action": parsers.booleanParser
310
}
311
};
312
module.exports.CustomPagesOptions = {
0 commit comments