E2C: Reduce UI poll interval and make configurable (#91386)

* E2C: Reduce UI poll interval and make configurable

* fix default
This commit is contained in:
Josh Hunt
2024-08-02 10:46:41 +01:00
committed by GitHub
parent a89435aeab
commit e55b438f14
7 changed files with 13 additions and 5 deletions
+2
View File
@@ -1969,4 +1969,6 @@ domain = grafana.net
snapshot_folder = ""
# Link to form to give feedback on the feature
feedback_url = https://docs.google.com/forms/d/e/1FAIpQLSeEE33vhbSpR8A8S1A1ocZ1ByVRRwiRl1GZr2FSrEer_tSa8w/viewform?usp=sf_link
# How frequently should the frontend UI poll for changes while resources are migrating
frontend_poll_interval = 2s
+2
View File
@@ -1900,3 +1900,5 @@ timeout = 30s
;snapshot_folder = ""
# Link to form to give feedback on the feature
;feedback_url = ""
# How frequently should the frontend UI poll for changes while resources are migrating
;frontend_poll_interval = 2s