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
As far as I can see the component polls the API too frequently:
MIN_TIME_BETWEEN_UPDATES is set to 10 which might be suitable for development purposes. However, in a production environment I consider this as a bit too frequent, given the fact that the environment doesn't essentially change this fast.
Would you consider setting that value higher, e.g. to 240? I think that would still be accurate enough but significantly reduce the amount of requests being sent to the API host.
The text was updated successfully, but these errors were encountered:
As far as I can see the component polls the API too frequently:
MIN_TIME_BETWEEN_UPDATES is set to 10 which might be suitable for development purposes. However, in a production environment I consider this as a bit too frequent, given the fact that the environment doesn't essentially change this fast.
Would you consider setting that value higher, e.g. to 240? I think that would still be accurate enough but significantly reduce the amount of requests being sent to the API host.
The text was updated successfully, but these errors were encountered: