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.