]> scripts.mit.edu Git - wizard.git/blobdiff - bin/wizard
Reduce concurrency; update TODO.
[wizard.git] / bin / wizard
index 7256b2767a6cb8456ada572c3922e5701154d486..daf50c303655c8513ad7b1b00e07c553b35ce05f 100755 (executable)
@@ -64,7 +64,7 @@ See '%prog help COMMAND' for more information on a specific command."""
     baton.add("--no-parallelize", dest="no_parallelize", action="store_true",
             default=False, help="Turn off parallelization")
     baton.add("--max-processes", dest="max_processes", type="int", metavar="N",
-            default=10, help="Maximum subprocesses to run concurrently")
+            default=5, help="Maximum subprocesses to run concurrently")
     baton.add("--limit", dest="limit", type="int",
             default=None, help="Limit the number of autoinstalls to look at.")
     baton.add("--user", "-u", dest="user",