Skip to content

Commit

Permalink
disable logToDatabase by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Cryptkeeper authored May 11, 2020
1 parent 414775f commit 1de2c7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"skipUnfurlSrv": false,
"unfurlSrvCacheTtl": 120000
},
"logToDatabase": true,
"logToDatabase": false,
"graphDuration": 86400000,
"serverGraphDuration": 180000
}

0 comments on commit 1de2c7a

Please sign in to comment.