Skip to content

Commit

Permalink
Merge pull request #31 from okybaca/config
Browse files Browse the repository at this point in the history
added new options + some debug options description
  • Loading branch information
Orbiter authored Mar 19, 2024
2 parents f987f99 + 0ee4bb5 commit 4757262
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 4757262

Please sign in to comment.