We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f34611a commit 3505f8aCopy full SHA for 3505f8a
src/librustc/session/mod.rs
@@ -800,7 +800,7 @@ impl Session {
800
/// Returns the number of query threads that should be used for this
801
/// compilation
802
pub fn query_threads(&self) -> usize {
803
- self.opts.debugging_opts.query_threads.unwrap_or(1)
+ 8/*self.opts.debugging_opts.query_threads.unwrap_or(1)*/
804
}
805
806
/// Returns the number of codegen threads that should be used for this
0 commit comments