]> git.mxchange.org Git - fba.git/commitdiff
Continued:
authorRoland Häder <roland@mxchange.org>
Thu, 13 Jul 2023 07:32:12 +0000 (09:32 +0200)
committerRoland Häder <roland@mxchange.org>
Thu, 13 Jul 2023 07:32:12 +0000 (09:32 +0200)
- these values don't cause you 3 GB RAM usage, here they run fine with
  800MB to 1GB

config.defaults.json

index 09c3293906e9a468a6cc22901941fceeb3922715..6722c61566a0242d066b9d25d830fb8f4f4bbe72 100644 (file)
@@ -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
 }