From 0c2cbc572beecebc037b4967664f4e09fb5ef24f Mon Sep 17 00:00:00 2001 From: orbiter Date: Sun, 14 May 2006 17:59:11 +0000 Subject: [PATCH] reverted a change to idle/busy time default setting. There was a misunderstanding of the meaning of these values: this is not the time that the process may take, instead it is the time that the proces pauses after each loop. increased the busysleep time pause from 2 seconds to 10 seconds. git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@2094 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- yacy.init | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yacy.init b/yacy.init index f351aedc5..e917e995f 100644 --- a/yacy.init +++ b/yacy.init @@ -417,8 +417,8 @@ xpstopw=true # 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 -20_dhtdistribution_idlesleep=10000 -20_dhtdistribution_busysleep=30000 +20_dhtdistribution_idlesleep=30000 +20_dhtdistribution_busysleep=10000 20_dhtdistribution_memprereq=8388608 30_peerping_idlesleep=120000 30_peerping_busysleep=120000