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 actix server only uses a single thread for runtime. To fix this HttpServer::worker should be used with ideal amount of workers that can be deployed on a particular machine. This number could be logical processors available on a particular machine.