Skip to content

Commit 7f79d27

Browse files
LiGaCuJiatong Li
andauthored
chore(amazonq): extend remote workspace monitor interval from 5 mins to 30 mins (#1637)
Co-authored-by: Jiatong Li <[email protected]>
1 parent 34efb2b commit 7f79d27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/aws-lsp-codewhisperer/src/language-server/workspaceContext/workspaceFolderManager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export class WorkspaceFolderManager {
4343
private credentialsProvider: CredentialsProvider
4444
private readonly INITIAL_CHECK_INTERVAL = 40 * 1000 // 40 seconds
4545
private readonly INITIAL_CONNECTION_TIMEOUT = 2 * 60 * 1000 // 2 minutes
46-
private readonly CONTINUOUS_MONITOR_INTERVAL = 5 * 60 * 1000 // 5 minutes
46+
private readonly CONTINUOUS_MONITOR_INTERVAL = 30 * 60 * 1000 // 30 minutes
4747
private readonly MESSAGE_PUBLISH_INTERVAL: number = 100 // 100 milliseconds
4848
private continuousMonitorInterval: NodeJS.Timeout | undefined
4949
private optOutMonitorInterval: NodeJS.Timeout | undefined

0 commit comments

Comments
 (0)