Fellies/config/xnetgases.toml

17 lines
536 B
TOML
Raw Normal View History

2021-01-28 20:21:47 +00:00
#General settings
[general]
2021-02-12 14:22:54 +00:00
#Maximum gas per operation that an advanced connector can input or output
2021-01-28 20:21:47 +00:00
#Range: 1 ~ 1000000000
2021-02-12 14:22:54 +00:00
maxGasRateAdvanced = 5000
2021-02-13 10:16:29 +00:00
#Maximum gas per operation that a normal connector can input or output
2021-01-28 20:21:47 +00:00
#Range: 1 ~ 1000000000
2021-02-13 10:16:29 +00:00
maxGasRateNormal = 1000
2021-02-12 14:22:54 +00:00
#Maximum slurry per operation that an advanced connector can input or output
#Range: 1 ~ 1000000000
maxSlurryRateAdvanced = 5000
2021-02-13 10:16:29 +00:00
#Maximum slurry per operation that a normal connector can input or output
#Range: 1 ~ 1000000000
maxSlurryRateNormal = 1000
2021-01-28 20:21:47 +00:00