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
For now the app uses a single store instance and all actions are outlined by a single go-routine. It would be nice to get rid of this as it will be a bottleneck on high load and it shouldn't be needed anyway. There should be enough atomic operations on filesystem level to make this work.
The text was updated successfully, but these errors were encountered:
For now the app uses a single store instance and all actions are outlined by a single go-routine. It would be nice to get rid of this as it will be a bottleneck on high load and it shouldn't be needed anyway. There should be enough atomic operations on filesystem level to make this work.
The text was updated successfully, but these errors were encountered: