From 35620762ac480f87213062e60dde3ba06a071ac6 Mon Sep 17 00:00:00 2001 From: pr0vieh Date: Sat, 9 Dec 2023 01:32:31 +0100 Subject: [PATCH] bring defaults for recrawlindex to init config --- defaults/yacy.init | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/defaults/yacy.init b/defaults/yacy.init index c1f0b40cc..68e3e72cc 100644 --- a/defaults/yacy.init +++ b/defaults/yacy.init @@ -687,6 +687,10 @@ collection=user # the prereq-value is a memory pre-requisite: that much bytes must # be available/free in the heap; othervise the loop is not executed # and another idlesleep is performed +recrawlindex_busysleep=10 +recrawlindex_idlesleep=2000 +recrawlindex_loadprereq=8.0 +recrawlindex_memprereq=1048576 20_dhtdistribution_idlesleep=30000 20_dhtdistribution_busysleep=15000 20_dhtdistribution_memprereq=12582912