Set MAX_ENERGY default config value to infinity
This commit is contained in:
parent
9800eb35ba
commit
ebafdbc925
@ -212,7 +212,7 @@ object MachinesConfig : AbstractConfig("machines") {
|
||||
|
||||
val MAX_ENERGY by builder
|
||||
.comment("Maximal combined energy consumption percentage")
|
||||
.defineDecimal("MAX_ENERGY", Decimal.LONG_MAX_VALUE, Decimal.ZERO)
|
||||
.defineDecimal("MAX_ENERGY", Decimal.POSITIVE_INFINITY, Decimal.ZERO)
|
||||
|
||||
init {
|
||||
builder.pop()
|
||||
|
Loading…
Reference in New Issue
Block a user