Restoring 20s time delay on bch-dex startup

This commit is contained in:
Chris Troutner
2022-05-08 13:45:01 -07:00
parent feacf6e571
commit 9d18a24c7e
+1 -1
View File
@@ -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(2000)
await sleep(20000)
// Create webhook
try {