We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9df0b01 commit ce37759Copy full SHA for ce37759
packages/amazonq/src/lsp/client.ts
@@ -123,7 +123,7 @@ export async function startLanguageServer(extensionContext: vscode.ExtensionCont
123
getLogger('amazonqLsp').error('Unable to update bearer token: %s', (e as Error).message)
124
clearInterval(authInterval)
125
}
126
- }, 300000) // every 5 minutes
+ }, 30 * 1000) // every 30 seconds
127
128
toDispose.push(
129
AuthUtil.instance.auth.onDidChangeActiveConnection(async () => {
0 commit comments