diff options
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config.toml b/config.toml index e9a72af..2c1f9ed 100644 --- a/config.toml +++ b/config.toml @@ -5,10 +5,10 @@ bind = "127.0.0.1:8000" bind = "0.0.0.0:4000" tickrate = 1 tickrate_speedup = 0.1 -tickrate_max = 3 +tickrate_max = 5 [bot] -amount = 10 +amount = 2 [database] path = "/tmp/trondb" |