mirror of
https://github.com/Permissionless-Software-Foundation/bch-dex.git
synced 2026-09-21 16:52:00 -07:00
Restoring 20s time delay on bch-dex startup
This commit is contained in:
+1
-1
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user