You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
469 B
11 lines
469 B
6 years ago
|
# Configuration file
|
||
|
|
||
|
config {
|
||
|
# Whether to use an alternative, exponential scaling algorithm like IC2.
|
||
|
# With the exponential scaling algorithm (true), processing time will be determined by (1 - OverclockerSpeed)^NumberOfOverclockers.
|
||
|
# Without the algorithm (false), processing time is determined by (1 - OverclockerSpeed*NumberOfOverclockers), with a minimum of 1% processing time. [Default=false]
|
||
|
B:"Use Exponential Machine Speed Scaling"=false
|
||
|
}
|
||
|
|
||
|
|