From 18d0f88d2fa965e14eb50da103a3feffb836f8c3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Thu, 13 Jul 2023 09:32:12 +0200 Subject: [PATCH] Continued: - these values don't cause you 3 GB RAM usage, here they run fine with 800MB to 1GB --- config.defaults.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.defaults.json b/config.defaults.json index 09c3293..6722c61 100644 --- a/config.defaults.json +++ b/config.defaults.json @@ -26,6 +26,6 @@ "api_limit" : 500, "theme" : "light", "instances_social_api_key": "", - "max_crawl_depth" : 500, - "min_peers_length" : 100 + "max_crawl_depth" : 2000, + "min_peers_length" : 1000 } -- 2.39.5