Commit ad104c6
committed
Correctly gard aginst failure when running on systems with 1 core
Motivation:
46b11cc did use Math.min(...) to guard while it has to be Math.max(...)
Modifications:
Use correct Math method
Result:
Fix problem when running on systems with 1 core. Fixes #145791 parent a16f8aa commit ad104c6
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
| 112 | + | |
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
| |||
0 commit comments