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 9804568 commit 697c12bCopy full SHA for 697c12b
src/core/webview/ClineProvider.ts
@@ -147,7 +147,7 @@ export class ClineProvider
147
148
private cloudOrganizationsCache: CloudOrganizationMembership[] | null = null
149
private cloudOrganizationsCacheTimestamp: number | null = null
150
- private static readonly CLOUD_ORGANIZATIONS_CACHE_DURATION_MS = 5 * 60 * 1000 // 5 minutes
+ private static readonly CLOUD_ORGANIZATIONS_CACHE_DURATION_MS = 5 * 1000 // 5 seconds
151
152
public isViewLaunched = false
153
public settingsImportedAt?: number
0 commit comments