]> scripts.mit.edu Git - wizard.git/commitdiff
Reduce concurrency; update TODO.
authorEdward Z. Yang <ezyang@mit.edu>
Thu, 15 Apr 2010 01:24:38 +0000 (21:24 -0400)
committerEdward Z. Yang <ezyang@mit.edu>
Thu, 15 Apr 2010 01:24:38 +0000 (21:24 -0400)
Signed-off-by: Edward Z. Yang <ezyang@mit.edu>
TODO
bin/wizard

diff --git a/TODO b/TODO
index 4781ad092ad6d5940fd81d1d14578fb2b9e95e9c..260941deaf8af09a17b7c715378e12823203939f 100644 (file)
--- a/TODO
+++ b/TODO
@@ -2,6 +2,7 @@ The Git Autoinstaller
 
 TODO NOW:
 
+- If no newlines at all, DON'T CARE (don't rewrite the file again!)
 - Plugin-ify!
 
 - Add support for mypristine workflow
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",