Skip to content

Commit d0eede5

Browse files
committed
chore: remove unused constant
1 parent 41c5e49 commit d0eede5

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/core/constants.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
/**
2-
* Default base interval for adaptive polling (10 seconds)
3-
* Used when app is active and no special conditions apply
4-
*/
5-
export const DEFAULT_BASE_INTERVAL = 10000;
6-
71
/**
82
* Foreground debounce time in milliseconds
93
* Prevents rapid foreground transitions from triggering excessive syncs (2 seconds)

0 commit comments

Comments
 (0)