Skip to content
This repository has been archived by the owner on May 13, 2019. It is now read-only.

Move network sync to seperate worker thread #1

Open
JackNoordhuis opened this issue Sep 29, 2017 · 1 comment
Open

Move network sync to seperate worker thread #1

JackNoordhuis opened this issue Sep 29, 2017 · 1 comment

Comments

@JackNoordhuis
Copy link
Member

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.

@JackNoordhuis
Copy link
Member Author

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant