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