From e01425aa3bde6227a121492475ce45126fc2571d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Sat, 24 Jun 2023 17:56:17 +0200 Subject: [PATCH] One week per instance fetch is already enough. --- config.defaults.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.defaults.json b/config.defaults.json index 5998798..2010acd 100644 --- a/config.defaults.json +++ b/config.defaults.json @@ -15,7 +15,7 @@ "bot_token" : "", "bot_visibility" : "unlisted", "slogan" : "### Your footer slogan ###", - "recheck_instance" : 172800, + "recheck_instance" : 604800, "recheck_block" : 43200, "misskey_limit" : 100, "error_log_cleanup" : 604800, -- 2.39.5