Skip to content

Commit 932803c

Browse files
committed
increase profile cache duration from 1min to 1hr
1 parent 04eb09a commit 932803c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/codewhisperer/region/regionProfileManager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export class RegionProfileManager {
6969
constructor(private readonly profileProvider: () => Promise<RegionProfile[]>) {
7070
super(
7171
'aws.amazonq.regionProfiles.cache',
72-
60000,
72+
1000 * 60 * 60,
7373
{
7474
resource: {
7575
locked: false,

0 commit comments

Comments
 (0)