Increasing startup time to 20 seconds

This commit is contained in:
Chris Troutner
2022-05-04 17:00:46 -07:00
parent 2ae963ee62
commit 2d537994ef
+1 -1
View File
@@ -91,7 +91,7 @@ class Server {
// MIDDLEWARE END // MIDDLEWARE END
// Delay startup to give the P2WDB time to start first, so that it accepts the webook call // 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 // Create webhook
try { try {