Fellies/config[copied]/xnetgases.toml

17 lines
536 B
TOML
Raw Normal View History

2021-01-17 12:40:59 +00:00
#General settings
[general]
#Maximum gas per operation that an advanced connector can input or output
#Range: 1 ~ 1000000000
maxGasRateAdvanced = 5000
2021-01-26 10:32:42 +00:00
#Maximum gas per operation that a normal connector can input or output
2021-01-17 12:40:59 +00:00
#Range: 1 ~ 1000000000
2021-01-26 10:32:42 +00:00
maxGasRateNormal = 1000
2021-01-17 12:40:59 +00:00
#Maximum slurry per operation that an advanced connector can input or output
#Range: 1 ~ 1000000000
maxSlurryRateAdvanced = 5000
2021-01-26 10:32:42 +00:00
#Maximum slurry per operation that a normal connector can input or output
#Range: 1 ~ 1000000000
maxSlurryRateNormal = 1000
2021-01-17 12:40:59 +00:00