mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-25 02:32:31 +00:00
Increase worker initailization timeout from 5=>20s to prevent worker timeout, add duration logging to some longer operations
This commit is contained in:
@@ -80,7 +80,7 @@ export class WorkerClient {
|
||||
this.messageHandlers.delete(messageId);
|
||||
reject(new Error("Worker initialization timeout"));
|
||||
}
|
||||
}, 5000); // 5 second timeout
|
||||
}, 20000); // 20 second timeout
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user