diff --git a/compiler/options.py b/compiler/options.py index 2508a5b7..d28d3573 100644 --- a/compiler/options.py +++ b/compiler/options.py @@ -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