src/Pure/System/build.ML
changeset 49475 20170ae271a5
parent 49474 375e45df6fdf
child 49476 96c1ef26aabe
     1.1 --- a/src/Pure/System/build.ML	Tue Jul 24 10:39:03 2012 +0200
     1.2 +++ b/src/Pure/System/build.ML	Tue Jul 24 10:43:13 2012 +0200
     1.3 @@ -21,7 +21,7 @@
     1.4      |> Unsynchronized.setmp Goal.parallel_proofs_threshold
     1.5          (Options.int options "parallel_proofs_threshold")
     1.6      |> Unsynchronized.setmp Multithreading.trace (Options.int options "threads_trace")
     1.7 -    |> Unsynchronized.setmp Multithreading.max_threads (Options.int options "threads_limit")
     1.8 +    |> Unsynchronized.setmp Multithreading.max_threads (Options.int options "threads")
     1.9      |> Options.bool options "no_document" ? Present.no_document;
    1.10  
    1.11  fun build args_file =