Skip to content

Commit 33610f1

Browse files
committed
Bump core count
1 parent e19155f commit 33610f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/session/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -902,7 +902,7 @@ impl Session {
902902
/// Returns the number of query threads that should be used for this
903903
/// compilation
904904
pub fn query_threads_from_opts(opts: &config::Options) -> usize {
905-
opts.debugging_opts.query_threads.unwrap_or(4)
905+
opts.debugging_opts.query_threads.unwrap_or(8)
906906
}
907907

908908
/// Returns the number of query threads that should be used for this

0 commit comments

Comments
 (0)