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
This is a follow-up to the discussion in #198 (comment).
We should move the code writing state updates to the state file off the main thread to avoid blocking the event loop.
For example, we can spawn a new thread that will periodically flush updates to disk. That requires a graceful shutdown (see #143) to flush the last update during the shutdown.
The text was updated successfully, but these errors were encountered:
This is a follow-up to the discussion in #198 (comment).
We should move the code writing state updates to the state file off the main thread to avoid blocking the event loop.
For example, we can spawn a new thread that will periodically flush updates to disk. That requires a graceful shutdown (see #143) to flush the last update during the shutdown.
The text was updated successfully, but these errors were encountered: