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
Currently it is set to 5000 milliseconds in main.js. Very frequent update seems driving load high on a small t2 EC2 machine. It would be helpful to be able to configure it at docker run time.
Currently it is set to 5000 milliseconds in main.js. Very frequent update seems driving load high on a small t2 EC2 machine. It would be helpful to be able to configure it at docker run time.
My workaround is to change it like so:
In main controller:
And it needs a rebuild of the fleet-ui image.
It would be nice to be able to pass the STATUS_INTERVAL at docker run time.
The text was updated successfully, but these errors were encountered: