From 2d537994effaa4e645cff6f0b1bdd9929d434263 Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Wed, 4 May 2022 17:00:46 -0700 Subject: [PATCH] Increasing startup time to 20 seconds --- bin/server.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/server.js b/bin/server.js index cf620b2..614f82d 100644 --- a/bin/server.js +++ b/bin/server.js @@ -91,7 +91,7 @@ class Server { // MIDDLEWARE END // Delay startup to give the P2WDB time to start first, so that it accepts the webook call - await sleep(5000) + await sleep(20000) // Create webhook try {