From 5eb1aa05ddd0052fefef2807b376897511524d36 Mon Sep 17 00:00:00 2001 From: Nick Krecklow Date: Mon, 11 May 2020 20:18:46 -0500 Subject: [PATCH] disable logToDatabase/skipUnfurlSrv by default --- config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.json b/config.json index 24465b0..e96bca1 100644 --- a/config.json +++ b/config.json @@ -10,10 +10,10 @@ "connectTimeout": 2500 }, "performance": { - "skipUnfurlSrv": true, + "skipUnfurlSrv": false, "unfurlSrvCacheTtl": 120000 }, - "logToDatabase": true, + "logToDatabase": false, "graphDuration": 86400000, "serverGraphDuration": 180000 }