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.
2 parents 6213749 + 86b3441 commit f4f5d97Copy full SHA for f4f5d97
ceremony/src/lib/state/contributor.svelte.ts
@@ -67,8 +67,8 @@ type QueueInfoResult = QueueInfoSuccess | QueueInfoError
67
68
const second = 1000
69
const CLIENT_POLING_INTERVAL = second * 5
70
-const CONTRIBUTION_POLLING_INTERVAL = second * 5
71
-const QUEUE_POLLING_INTERVAL = second * 15
+const CONTRIBUTION_POLLING_INTERVAL = second * 15
+const QUEUE_POLLING_INTERVAL = second * 30
72
73
export class Contributor {
74
userId = $state<string | undefined>(undefined)
0 commit comments