Skip to content

Commit 0d117da

Browse files
committed
chore: dont need math
1 parent 33eed74 commit 0d117da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/compass-indexes/src/hooks/use-index-progress.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { getIndexesProgress } from '../modules/regular-indexes';
55
import type { IndexesThunkDispatch } from '../modules';
66

77
/** 10 seconds polling interval */
8-
const INDEX_PROGRESS_POLLING_INTERVAL_MS = 10 * 1000;
8+
const INDEX_PROGRESS_POLLING_INTERVAL_MS = 10_000;
99

1010
/**
1111
* Custom hook to manage index build progress tracking

0 commit comments

Comments
 (0)