Skip to content

Commit c337770

Browse files
committed
Force 8 query threads
1 parent 246e695 commit c337770

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/librustc/session/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -871,8 +871,8 @@ impl Session {
871871

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

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

0 commit comments

Comments
 (0)