Skip to content

Commit d918e34

Browse files
committed
Force 8 query threads
1 parent 3bec838 commit d918e34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/session/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -863,7 +863,7 @@ impl Session {
863863
/// Returns the number of query threads that should be used for this
864864
/// compilation
865865
pub fn query_threads(&self) -> usize {
866-
self.opts.debugging_opts.query_threads.unwrap_or(1)/*8*/
866+
8
867867
}
868868

869869
/// Returns the number of codegen threads that should be used for this

0 commit comments

Comments
 (0)