src/Pure/System/isabelle_process.ML
changeset 51332 8707df0b0255
parent 51044 890f502f0e89
child 51423 e5f9a6d9ca82
--- a/src/Pure/System/isabelle_process.ML	Mon Mar 04 11:36:16 2013 +0100
+++ b/src/Pure/System/isabelle_process.ML	Mon Mar 04 15:03:46 2013 +0100
@@ -242,7 +242,7 @@
         Multithreading.max_threads := Options.int options "threads";
         if Multithreading.max_threads_value () < 2
         then Multithreading.max_threads := 2 else ();
-        Goal.parallel_proofs := (if Options.int options "parallel_proofs" > 0 then 4 else 0);
+        Goal.parallel_proofs := (if Options.int options "parallel_proofs" > 0 then 3 else 0);
         Goal.parallel_proofs_threshold := Options.int options "parallel_proofs_threshold";
         tracing_messages := Options.int options "editor_tracing_messages"
       end);