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
Add a --threads (-t shorthand) command line argument to manually set the number of threads. The default behavior is to not pass a thread count to actix_web, which automatically scales the number of threads to the number of available process cores. This default behavior should be retained.
The text was updated successfully, but these errors were encountered:
Add a
--threads
(-t
shorthand) command line argument to manually set the number of threads. The default behavior is to not pass a thread count to actix_web, which automatically scales the number of threads to the number of available process cores. This default behavior should be retained.The text was updated successfully, but these errors were encountered: