From b8a7991cb6b46bf86285b569effcd4c5f4652e77 Mon Sep 17 00:00:00 2001 From: Igor Chubin Date: Wed, 7 Dec 2022 20:10:38 +0100 Subject: [PATCH] Switch to GeoIP Cache DB --- internal/config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/config/config.go b/internal/config/config.go index bccc6f9..16ee9eb 100644 --- a/internal/config/config.go +++ b/internal/config/config.go @@ -89,7 +89,7 @@ func Default() *Config { Geo{ IPCache: "/wttr.in/cache/ip2l", IPCacheDB: "/wttr.in/cache/geoip.db", - CacheType: types.CacheTypeFiles, + CacheType: types.CacheTypeDB, }, Logging{ AccessLog: "/wttr.in/log/access.log",