less frequent DHT distribution to reduce the load a bit on every peer

This commit is contained in:
Michael Christen 2011-12-05 15:45:33 +01:00
parent e69afae87e
commit f62e6fb438

View File

@ -572,8 +572,8 @@ crawlingCountryMustMatch=AD,AL,AT,BA,BE,BG,BY,CH,CY,CZ,DE,DK,EE,ES,FI,FO,FR,GG,G
# 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=15000
20_dhtdistribution_busysleep=10000
20_dhtdistribution_idlesleep=30000
20_dhtdistribution_busysleep=15000
20_dhtdistribution_memprereq=12582912
30_peerping_idlesleep=30000
30_peerping_busysleep=30000