We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39f45d5 commit 817056fCopy full SHA for 817056f
src/worker/tasks/nonceHealthCheckWorker.ts
@@ -13,8 +13,8 @@ import { logWorkerExceptions } from "../queues/queues";
13
// Configuration
14
15
// Number of consecutive periods to check
16
-// Checking over multiple periods helps to avoid false positives due to timing issues
17
-const CHECK_PERIODS = 3;
+// Checking over multiple periods avoids false positives due to intermittent stale RPC responses.
+const CHECK_PERIODS = 5;
18
19
// Frequency of the worker
20
const RUN_FREQUENCY_SECONDS = 60; // Run every minute
0 commit comments