Minetrack/config.json
2020-05-10 20:19:01 -05:00

20 lines
336 B
JSON

{
"site": {
"port": 8080,
"ip": "0.0.0.0"
},
"rates": {
"updateMojangStatus": 5000,
"mojangStatusTimeout": 3500,
"pingAll": 3000,
"connectTimeout": 2500
},
"performance": {
"skipUnfurlSrv": false,
"unfurlSrvCacheTtl": 120000
},
"logToDatabase": false,
"graphDuration": 86400000,
"serverGraphDuration": 180000
}