increased dht busy sleep time to 10 seconds to reduce TCP/IP traffic for default settings. 2 seconds had been too much traffic for home-use routers.

Please try to set your dht busy sleep time in existing installations also to 10 seconds.

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6779 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
orbiter 15 years ago
parent 9b3840cb66
commit f83b1b91b9

@ -552,7 +552,7 @@ filterOutStopwordsFromTopwords=true
# be available/free in the heap; othervise the loop is not executed # be available/free in the heap; othervise the loop is not executed
# and another idlesleep is performed # and another idlesleep is performed
20_dhtdistribution_idlesleep=15000 20_dhtdistribution_idlesleep=15000
20_dhtdistribution_busysleep=2000 20_dhtdistribution_busysleep=10000
20_dhtdistribution_memprereq=12582912 20_dhtdistribution_memprereq=12582912
30_peerping_idlesleep=120000 30_peerping_idlesleep=120000
30_peerping_busysleep=120000 30_peerping_busysleep=120000

Loading…
Cancel
Save