Use http agents for hook requests (#4791)
This commit is contained in:
committed by
Florent Vilmart
parent
32d8c36ff5
commit
82fb06f9c9
@@ -131,6 +131,8 @@ export interface ParseServerOptions {
|
||||
startLiveQueryServer: ?boolean;
|
||||
/* Live query server configuration options (will start the liveQuery server) */
|
||||
liveQueryServerOptions: ?LiveQueryServerOptions;
|
||||
/* Keep hook HTTP connections alive */
|
||||
hookKeepAlive: ?boolean;
|
||||
|
||||
__indexBuildCompletionCallbackForTests: ?()=>void;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user