diff options
| author | fusion32 <marcopuzziello@gmail.com> | 2025-10-10 02:17:19 -0300 |
|---|---|---|
| committer | fusion32 <marcopuzziello@gmail.com> | 2025-10-10 02:17:19 -0300 |
| commit | cc4873e33866ba86561774a7e55449d59367661e (patch) | |
| tree | d9c60a3e3d5850e52aeb5b9a674871f8817012e9 /config.cfg | |
| parent | ddcba8ef56fe122a77e890a2740489045e3dc6a0 (diff) | |
| download | querymanager-cc4873e33866ba86561774a7e55449d59367661e.tar.gz querymanager-cc4873e33866ba86561774a7e55449d59367661e.zip | |
switch to blocking poll + fix config, signals, time, non-game login
Diffstat (limited to 'config.cfg')
| -rw-r--r-- | config.cfg | 20 |
1 files changed, 14 insertions, 6 deletions
@@ -1,15 +1,23 @@ -# Database Config -DatabaseFile = "tibia.db" -MaxCachedStatements = 100 - # HostCache Config MaxCachedHostNames = 100 HostNameExpireTime = 30m +# Database Config +MaxCachedStatements = 100 +DatabaseFile = "tibia.db" +# TODO(fusion): This is not great. Probably switch to database specific options? +#DatabaseHost = "localhost" +#DatabasePort = 5432 +#DatabaseUser = "postgres" +#DatabasePassword = "" +#DatabaseName = "tibia" +#DatabaseTLS = true + # Connection Config -UpdateRate = 20 QueryManagerPort = 7173 QueryManagerPassword = "a6glaf0c" +QueryWorkerThreads = 1 +QueryBufferSize = 1M +QueryMaxAttempts = 3 MaxConnections = 25 MaxConnectionIdleTime = 5m -MaxConnectionPacketSize = 1M |
