diff options
| author | fusion32 <marcopuzziello@gmail.com> | 2025-07-22 22:22:01 -0300 |
|---|---|---|
| committer | fusion32 <marcopuzziello@gmail.com> | 2025-07-22 22:22:01 -0300 |
| commit | 82b82dca7d621bf4530416c7c5e9fc69874eecd3 (patch) | |
| tree | 92c6bfd20e9a926854ac40cd380c6c37cc7e5ab3 /config.cfg | |
| parent | 29f6d814a276af83d9fb98a398ac8d22d8b6e9c1 (diff) | |
| download | querymanager-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.cfg | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 |
