increase timeout
This commit is contained in:
parent
c9880b512c
commit
81c10ec8d6
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue