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
Currently all plugins are run in the same thread/process, which means that if a plugin takes a long time, all other plugins are queued behind or maybe even lost.
The solution would be to thread off the plugins into different processes, or even better to thread off all calls the plugin do.
The text was updated successfully, but these errors were encountered:
Currently all plugins are run in the same thread/process, which means that if a plugin takes a long time, all other plugins are queued behind or maybe even lost.
The solution would be to thread off the plugins into different processes, or even better to thread off all calls the plugin do.
The text was updated successfully, but these errors were encountered: