We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e19155f commit 33610f1Copy full SHA for 33610f1
src/librustc/session/mod.rs
@@ -902,7 +902,7 @@ impl Session {
902
/// Returns the number of query threads that should be used for this
903
/// compilation
904
pub fn query_threads_from_opts(opts: &config::Options) -> usize {
905
- opts.debugging_opts.query_threads.unwrap_or(4)
+ opts.debugging_opts.query_threads.unwrap_or(8)
906
}
907
908
0 commit comments