Skip to content

Commit

Permalink
Force 8 query threads
Browse files Browse the repository at this point in the history
  • Loading branch information
Zoxc committed Feb 9, 2018
1 parent f34611a commit 3505f8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc/session/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -800,7 +800,7 @@ impl Session {
/// Returns the number of query threads that should be used for this
/// compilation
pub fn query_threads(&self) -> usize {
self.opts.debugging_opts.query_threads.unwrap_or(1)
8/*self.opts.debugging_opts.query_threads.unwrap_or(1)*/
}

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

0 comments on commit 3505f8a

Please sign in to comment.