From: Roland Häder <roland@mxchange.org>
Date: Thu, 13 Jul 2023 07:32:12 +0000 (+0200)
Subject: Continued:
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=18d0f88d2fa965e14eb50da103a3feffb836f8c3;p=fba.git

Continued:
- these values don't cause you 3 GB RAM usage, here they run fine with
  800MB to 1GB
---

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
 }