Skip to content
This repository was archived by the owner on May 15, 2026. It is now read-only.

feat: update cloud settings refresh interval to one hour - #11749

Merged
jr merged 1 commit into
mainfrom
feature/cloud-settings-one-hour-interval
Feb 26, 2026
Merged

feat: update cloud settings refresh interval to one hour#11749
jr merged 1 commit into
mainfrom
feature/cloud-settings-one-hour-interval

Conversation

@ghost

@ghostghost commented Feb 26, 2026

Copy link
Copy Markdown

Opened by @roomote on behalf of John Richmond

Updates the RefreshTimer in CloudSettingsService to use a one-hour interval (3,600,000 ms) for both successInterval and maxBackoffMs, changed from the previous 30-second values.

Changes

  • packages/cloud/src/CloudSettingsService.ts: Changed successInterval from 30000 to 3_600_000 and maxBackoffMs from 30000 to 3_600_000
  • packages/cloud/src/__tests__/CloudSettingsService.test.ts: Updated test expectations to match

View task on Roo Code Cloud

Interactively review PR in Roo Code Cloud

@dosubotdosubotBot added the lgtm This PR has been approved by a maintainer label Feb 26, 2026
@jr
jr marked this pull request as ready for review February 26, 2026 04:53
@dosubotdosubotBot added size:XS This PR changes 0-9 lines, ignoring generated files. Enhancement New feature or request labels Feb 26, 2026
@jr
jr merged commit 4e8cc6e into mainFeb 26, 2026
23 checks passed
@jr
jr deleted the feature/cloud-settings-one-hour-interval branch February 26, 2026 05:05
@github-actionsgithub-actionsBot mentioned this pull request Mar 4, 2026
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

EnhancementNew feature or requestlgtmThis PR has been approved by a maintainersize:XSThis PR changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@mrubens@jr@roomote