Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update src/extensions/core/cloudRemoteConfig.ts
Co-authored-by: Alexander Brown <[email protected]>
  • Loading branch information
christian-byrne and DrJKL authored Dec 2, 2025
commit d7792d2c4779ac14c072f61b4eef6325e186097a
2 changes: 1 addition & 1 deletion src/extensions/core/cloudRemoteConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ useExtensionService().registerExtension({

setup: async () => {
// Poll for config updates every 10 minutes
setInterval(() => void loadRemoteConfig(), 1000 * 60 * 10)
setInterval(() => void loadRemoteConfig(), 600_000)
}
})
Loading