capella-collab-manager
capella-collab-manager copied to clipboard
Don't spam the backend with sessions requests
We send a request to fetch the active session every 2 seconds. A new requests is also sent if the old requests has no response yet.
When the backend is down for a minute, these requests sum up and the backend has to handle a flood of requests.