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 5869bd6 commit c6f4447Copy full SHA for c6f4447
src/initialize.js
@@ -22,7 +22,6 @@ const readFileAsync = promisify(fs.readFile);
22
23
const VERROR_CLUSTER_NAME = "EventQueueInitialization";
24
const COMPONENT = "eventQueue/initialize";
25
-const TIMEOUT_SHUTDOWN = 2500;
26
27
const CONFIG_VARS = [
28
["configFilePath", null],
0 commit comments