-
-
Notifications
You must be signed in to change notification settings - Fork 634
feat(ui): Allow to configure config refresh interval #1442
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
feat(ui): Allow to configure config refresh interval #1442
Conversation
|
Is there really value in making this configurable? I'm tempted to just pick a sensible value like 15 minutes and go with that. After all, announcements currently require a config change (which means a redeployment for most), so anything faster than that likely doesn't make a big difference in the ux in practice. At some point, maybe we'll switch to websockets instead of repeatedly fetching from the API, but for now, I think it's fine to keep it simple. |
Summary
Adds config option to customize config refresh interval in the UI (refresh is used to get update announcements)
Checklist
README.md, if applicable.