aboutsummaryrefslogtreecommitdiff
path: root/config.cfg
diff options
context:
space:
mode:
authorfusion32 <marcopuzziello@gmail.com>2025-07-22 22:22:01 -0300
committerfusion32 <marcopuzziello@gmail.com>2025-07-22 22:22:01 -0300
commit82b82dca7d621bf4530416c7c5e9fc69874eecd3 (patch)
tree92c6bfd20e9a926854ac40cd380c6c37cc7e5ab3 /config.cfg
parent29f6d814a276af83d9fb98a398ac8d22d8b6e9c1 (diff)
downloadquerymanager-82b82dca7d621bf4530416c7c5e9fc69874eecd3.tar.gz
querymanager-82b82dca7d621bf4530416c7c5e9fc69874eecd3.zip
improvements and bug fixes
- Add support for SIGINT and SIGTERM signals for graceful termination. - Properly check premium account status with `EVICT_FREE_ACCOUNTS` query. - Properly check if character is already online before failing game login with "too many characters" error. - Overall cleanup.
Diffstat (limited to 'config.cfg')
-rw-r--r--config.cfg8
1 files changed, 4 insertions, 4 deletions
diff --git a/config.cfg b/config.cfg
index 725b0e7..70e1f29 100644
--- a/config.cfg
+++ b/config.cfg
@@ -2,10 +2,10 @@
DatabaseFile = "tibia.db"
MaxCachedStatements = 100
-# Connection
-Password = "a6glaf0c"
-Port = 7174
+# Connections
+UpdateRate = 20
+QueryManagerPort = 7174
+QueryManagerPassword = "a6glaf0c"
MaxConnections = 50
MaxConnectionIdleTime = 60s
MaxConnectionPacketSize = 1M
-UpdateRate = 20