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 c82944a commit 8694d51Copy full SHA for 8694d51
1 file changed
src/lib/polling.ts
@@ -24,7 +24,7 @@ export interface PollingOptions<T> {
24
}
25
26
const DEFAULT_OPTIONS: Partial<PollingOptions<any>> = {
27
- initialDelayMs: 1000,
+ initialDelayMs: 0,
28
pollingIntervalMs: 1000,
29
};
30
0 commit comments