From 20ca1cf66123c110cc14aa452a840e5f62cd74ff Mon Sep 17 00:00:00 2001 From: fusion32 Date: Tue, 5 Aug 2025 03:39:51 -0300 Subject: store world hostname and resolve at runtime --- config.cfg | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'config.cfg') diff --git a/config.cfg b/config.cfg index 70e1f29..e93bdf8 100644 --- a/config.cfg +++ b/config.cfg @@ -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" -- cgit v1.2.3