disable logToDatabase by default

This commit is contained in:
Nick Krecklow
2020-05-10 20:19:01 -05:00
committed by GitHub
parent 414775f630
commit 1de2c7a053

View File

@ -13,7 +13,7 @@
"skipUnfurlSrv": false,
"unfurlSrvCacheTtl": 120000
},
"logToDatabase": true,
"logToDatabase": false,
"graphDuration": 86400000,
"serverGraphDuration": 180000
}