Skip to content
This repository was archived by the owner on May 4, 2023. It is now read-only.

Commit 1ef4547

Browse files
committed
Update the rules cache polling from 3 to 10 seconds
1 parent b9010d5 commit 1ef4547

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/constants.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ export const AUTO_COMPLETION_CHARACTER_TRIGGER = "./";
3535
// 10 seconds
3636
export const CODING_ASSISTANT_SHORTCUTS_POLLING_MS = 10000;
3737

38-
// 3 seconds
39-
export const RULES_POLLING_INTERVAL_MS = 3000;
38+
// 10 seconds
39+
export const RULES_POLLING_INTERVAL_MS = 10000;
4040

4141
// time before we wait doing a code analysis
4242
export const TIME_BEFORE_STARTING_ANALYSIS_MILLISECONDS = 500;

0 commit comments

Comments
 (0)