diff options
| author | fusion32 <marcopuzziello@gmail.com> | 2025-08-05 03:39:51 -0300 |
|---|---|---|
| committer | fusion32 <marcopuzziello@gmail.com> | 2025-08-08 12:11:36 -0300 |
| commit | 20ca1cf66123c110cc14aa452a840e5f62cd74ff (patch) | |
| tree | 5ce43bf569d54e04b5d0fab3dc9ec0708d061529 /config.cfg | |
| parent | 634554a0df8dfd35630f17b5fee44c54b7af73a5 (diff) | |
| download | querymanager-20ca1cf66123c110cc14aa452a840e5f62cd74ff.tar.gz querymanager-20ca1cf66123c110cc14aa452a840e5f62cd74ff.zip | |
store world hostname and resolve at runtime
Diffstat (limited to 'config.cfg')
| -rw-r--r-- | config.cfg | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -1,8 +1,12 @@ -# Database +# Database Config DatabaseFile = "tibia.db" MaxCachedStatements = 100 -# Connections +# HostCache Config +MaxCachedHostNames = 100 +HostNameExpireTime = 30m + +# Connection Config UpdateRate = 20 QueryManagerPort = 7174 QueryManagerPassword = "a6glaf0c" |
