Skip to content

Commit 20ec152

Browse files
authored
Merge pull request #7695 from tsmithsz/increase-cache
2 parents 477b71a + 3c76e30 commit 20ec152

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+
3600000,
7373
{
7474
resource: {
7575
locked: false,

0 commit comments

Comments
 (0)