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 33eed74 commit 0d117daCopy full SHA for 0d117da
packages/compass-indexes/src/hooks/use-index-progress.ts
@@ -5,7 +5,7 @@ import { getIndexesProgress } from '../modules/regular-indexes';
5
import type { IndexesThunkDispatch } from '../modules';
6
7
/** 10 seconds polling interval */
8
-const INDEX_PROGRESS_POLLING_INTERVAL_MS = 10 * 1000;
+const INDEX_PROGRESS_POLLING_INTERVAL_MS = 10_000;
9
10
/**
11
* Custom hook to manage index build progress tracking
0 commit comments