From 82b82dca7d621bf4530416c7c5e9fc69874eecd3 Mon Sep 17 00:00:00 2001 From: fusion32 Date: Tue, 22 Jul 2025 22:22:01 -0300 Subject: 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. --- config.cfg | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'config.cfg') 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 -- cgit v1.2.3