Skip to content

Commit 05887d8

Browse files
committed
Force 8 query threads
1 parent 917c198 commit 05887d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/librustc/session/mod.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -872,8 +872,8 @@ impl Session {
872872

873873
/// Returns the number of query threads that should be used for this
874874
/// compilation
875-
pub fn query_threads_from_opts(opts: &config::Options) -> usize {
876-
opts.debugging_opts.query_threads.unwrap_or(1)
875+
pub fn query_threads_from_opts(_opts: &config::Options) -> usize {
876+
/*opts.debugging_opts.query_threads.unwrap_or(1)*/8
877877
}
878878

879879
/// Returns the number of query threads that should be used for this

0 commit comments

Comments
 (0)