Skip to content

Commit 8799b9c

Browse files
committed
fix(tables): define ROWS_POLL_INTERVAL_WHILE_RUNNING_MS constant used in polling loop
1 parent 2790197 commit 8799b9c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

apps/sim/hooks/queries/tables.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ import {
7878

7979
const logger = createLogger('TableQueries')
8080

81+
const ROWS_POLL_INTERVAL_WHILE_RUNNING_MS = 2_000
82+
8183
type TableQueryScope = 'active' | 'archived' | 'all'
8284

8385
export const tableKeys = {

0 commit comments

Comments
 (0)