diff --git a/scripts/procedures/getConfig.ts b/scripts/procedures/getConfig.ts index 97300b6..6002878 100644 --- a/scripts/procedures/getConfig.ts +++ b/scripts/procedures/getConfig.ts @@ -230,12 +230,12 @@ export const getConfig: T.ExpectedExports.getConfig = compat.getConfig({ "type": "number", "name": "Grace period (seconds)", "description": - "How long a block waits before kamado-api considers ckpool's submission attempt failed and broadcasts via fallback. 30s gives ckpool's own retry loop room to succeed against the primary.", + "How long a block waits before kamado-api considers ckpool's submission attempt failed and broadcasts via fallback. The patched ckpool returns from submit within ~3s rather than spinning indefinitely on a dead primary, so 3s is the right default — fast enough that fallback work happens while the block is still novel, long enough that a slow round-trip on a healthy primary doesn't trigger a spurious fallback.", "nullable": false, - "range": "[10,600]", + "range": "[1,600]", "integral": true, "units": "seconds", - "default": 30, + "default": 3, }, "backup-rpcs": { "type": "list",