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
{{ message }}
This repository has been archived by the owner on May 13, 2019. It is now read-only.
Network sync synchronization currently hogs the workers and causes other async tasks to be completed slowly, this only worsens the longer the server is online.
The text was updated successfully, but these errors were encountered:
This issue is somewhat mitigated by 675dceb but still takes up a large chunk of time in comparison to other requests. An even more 'thread friendly' version of the network map implementation will be required if network sync is to be moved to its own worker thread.
Network sync synchronization currently hogs the workers and causes other async tasks to be completed slowly, this only worsens the longer the server is online.
The text was updated successfully, but these errors were encountered: