Default to 2 threads only

This commit is contained in:
mrg 2020-10-01 09:55:17 -07:00
parent d315ff18e5
commit aaa36bf5cf
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ class options(optparse.Values):
magic_exe = None
# Number of threads to use
num_threads = 4
num_threads = 2
# Should we print out the banner at startup
print_banner = True