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
To help prevent barometer's requests holding up the application's requests we could keep track of open xhrs and only send the buffer if less than a specified number are open.
The text was updated successfully, but these errors were encountered:
Currently we wait at least 5 seconds between flushing the buffer and timeout each XHR request after 4 seconds. It shouldn't be possible to ever have more than one request in-flight at once.
To help prevent barometer's requests holding up the application's requests we could keep track of open xhrs and only send the buffer if less than a specified number are open.
The text was updated successfully, but these errors were encountered: