Merge pull request #619 from pr0vieh/initrecrawl

bring defaults for recrawlindex to init config
pull/628/head
Michael Christen 11 months ago committed by GitHub
commit d825a85a01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save