Skip to content

Commit 59ec61f

Browse files
Add files via upload
1 parent 612280e commit 59ec61f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/solving/SolverMulti.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ class SolverMulti(prep: Preparation) {
8181
1
8282
else
8383
Math.ceil(Runtime.getRuntime().availableProcessors() / (if (abandonOrSwitchSlowThreads != 0 && abandonOrSwitchSlowThreads != 4)
84-
1.4d else 1.6d))).toInt
84+
1.4d else 2d/*1.6d*/))).toInt.min(upperLimitAutoSolverThreads)
8585
else
8686
maxSolverThreadsR).max(1)
8787

0 commit comments

Comments
 (0)