Skip to content

Commit 7ddc1fb

Browse files
committed
Revert "Force 8 query threads"
1 parent d918e34 commit 7ddc1fb

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-
8
866+
self.opts.debugging_opts.query_threads.unwrap_or(1)/*8*/
867867
}
868868

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

0 commit comments

Comments
 (0)