Skip to content

Commit 3505f8a

Browse files
committed
Force 8 query threads
1 parent f34611a commit 3505f8a

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
@@ -800,7 +800,7 @@ impl Session {
800800
/// Returns the number of query threads that should be used for this
801801
/// compilation
802802
pub fn query_threads(&self) -> usize {
803-
self.opts.debugging_opts.query_threads.unwrap_or(1)
803+
8/*self.opts.debugging_opts.query_threads.unwrap_or(1)*/
804804
}
805805

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

0 commit comments

Comments
 (0)