You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. change poll interval from 30mins to 180 mins
2. Only call listAvailableCustomizations for new customization override for update
3. Use a new field customizationArnOverrideV2 for a clean override plan
Copy file name to clipboardExpand all lines: plugins/amazonq/codewhisperer/jetbrains-community/src/migration/software/aws/toolkits/jetbrains/services/codewhisperer/customization/CodeWhispererModelConfigurator.kt
Copy file name to clipboardExpand all lines: plugins/amazonq/codewhisperer/jetbrains-community/src/software/aws/toolkits/jetbrains/services/codewhisperer/customization/CodeWhispererModelConfigurator.kt
+12-2Lines changed: 12 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -78,6 +78,8 @@ class DefaultCodeWhispererModelConfigurator : CodeWhispererModelConfigurator, Pe
Copy file name to clipboardExpand all lines: plugins/amazonq/codewhisperer/jetbrains-community/src/software/aws/toolkits/jetbrains/services/codewhisperer/startup/CodeWhispererProjectStartupActivity.kt
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -74,12 +74,18 @@ class CodeWhispererProjectStartupActivity : StartupActivity.DumbAware {
Copy file name to clipboardExpand all lines: plugins/amazonq/codewhisperer/jetbrains-community/src/software/aws/toolkits/jetbrains/services/codewhisperer/util/CodeWhispererConstants.kt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -88,7 +88,7 @@ object CodeWhispererConstants {
88
88
constvalTOTAL_MILLIS_IN_SECOND=1000
89
89
constvalTOTAL_SECONDS_IN_MINUTE:Long=60L
90
90
constvalACCOUNTLESS_START_URL="accountless"
91
-
constvalFEATURE_CONFIG_POLL_INTERVAL_IN_MS:Long=30*60*1000L//30 mins
91
+
constvalFEATURE_CONFIG_POLL_INTERVAL_IN_MS:Long=180*60*1000L//180 mins
Copy file name to clipboardExpand all lines: plugins/amazonq/shared/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/CodeWhispererFeatureConfigService.kt
+48-40Lines changed: 48 additions & 40 deletions
Original file line number
Diff line number
Diff line change
@@ -42,47 +42,8 @@ class CodeWhispererFeatureConfigService {
0 commit comments