Skip to content

Commit ce37759

Browse files
committed
aggressive sync cred
1 parent 9df0b01 commit ce37759

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/amazonq/src/lsp/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ export async function startLanguageServer(extensionContext: vscode.ExtensionCont
123123
getLogger('amazonqLsp').error('Unable to update bearer token: %s', (e as Error).message)
124124
clearInterval(authInterval)
125125
}
126-
}, 300000) // every 5 minutes
126+
}, 30 * 1000) // every 30 seconds
127127

128128
toDispose.push(
129129
AuthUtil.instance.auth.onDidChangeActiveConnection(async () => {

0 commit comments

Comments
 (0)