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
We intentionally don't auto refresh, to reduce the number of http calls to fetch the latest state. This is particularly important on entities that have a lot of activity.
Instead of rending a refresh button we could do either of the following:
Setup a staleness threshold and refresh only once within that period if the entity has been updated.
Add a mode to toggle on live updates.
The text was updated successfully, but these errors were encountered:
The current behaviour is as below:
We intentionally don't auto refresh, to reduce the number of http calls to fetch the latest state. This is particularly important on entities that have a lot of activity.
Instead of rending a refresh button we could do either of the following:
The text was updated successfully, but these errors were encountered: