Always use http-agent for hooks and triggers (#4800)
This commit is contained in:
committed by
Florent Vilmart
parent
9bff44b446
commit
c5e8470e36
@@ -302,11 +302,6 @@ 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 = {
|
||||
|
||||
Reference in New Issue
Block a user