increase timeout

This commit is contained in:
♥ Minnie ♥ 2023-11-20 12:06:37 +08:00
parent c9880b512c
commit 81c10ec8d6

View file

@ -25,7 +25,7 @@
logApiRequests = "false"; logApiRequests = "false";
# Application programming interface # Application programming interface
api = "https://get.geojs.io/v1/ip/country/{ip}"; api = "https://get.geojs.io/v1/ip/country/{ip}";
apiTimeoutMs = "500"; apiTimeoutMs = "750";
# Max size of least recently used cache # Max size of least recently used cache
cacheSize = "25"; cacheSize = "25";
# List of countries to allow access # List of countries to allow access