Skip to content

Commit

Permalink
added new options + some debug options description
Browse files Browse the repository at this point in the history
  • Loading branch information
okybaca committed Mar 7, 2024
1 parent 54aab65 commit 0ee4bb5
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/operation/yacy_conf.md
Original file line number Diff line number Diff line change
Expand Up @@ -1183,6 +1183,14 @@ 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`
Expand Down Expand Up @@ -2350,10 +2358,13 @@ green / success/3#2
## Debug flags

`debug.search.local.dht.off=false`
set true to disable local RWI search

`debug.search.local.solr.off=false`
set true to disable local solr search

`debug.search.remote.dht.off=false`
set true to disable remote RWI search

`debug.search.remote.dht.testlocal=false`

Expand Down

0 comments on commit 0ee4bb5

Please sign in to comment.