aboutsummaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-06-04 23:43:37 +0200
committermetamuffin <metamuffin@disroot.org>2024-06-04 23:43:37 +0200
commit1d6dcfc944e904b6f2b2fe389f27b8964e5b4c5c (patch)
tree6b8933f7aa027248bc3df1e2698c92b9425f41d4 /config.toml
parent8af2bd377308d877f068e917554c9d8a7c5b2dc1 (diff)
downloadgpn-tron-rust-1d6dcfc944e904b6f2b2fe389f27b8964e5b4c5c.tar
gpn-tron-rust-1d6dcfc944e904b6f2b2fe389f27b8964e5b4c5c.tar.bz2
gpn-tron-rust-1d6dcfc944e904b6f2b2fe389f27b8964e5b4c5c.tar.zst
make chat work
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml4
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"