diff options
| author | Michael Peter Christen <mc@yacy.net> | 2015-01-29 01:22:28 +0100 |
|---|---|---|
| committer | Michael Peter Christen <mc@yacy.net> | 2015-01-29 01:22:28 +0100 |
| commit | cf9b22ca5c4757871b71b859fb6e08ad4c330c96 (patch) | |
| tree | b6b5b338e4540349f11bdcad13b407e7673bec84 /defaults | |
| parent | 5a060c9f26c70ad79d4b0f6a8714cfc41bd32496 (diff) | |
do not reindex based on vocabulary fields (there are meanwhile many of
them) and some default settings
Diffstat (limited to 'defaults')
| -rw-r--r-- | defaults/yacy.init | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/defaults/yacy.init b/defaults/yacy.init index ac1ae07a6..26f39e883 100644 --- a/defaults/yacy.init +++ b/defaults/yacy.init @@ -655,6 +655,11 @@ collection=user 90_cleanup_memprereq=0 90_cleanup_loadprereq=16.0 +reindexSolr_idlesleep=1000 +reindexSolr_busysleep=1 +reindexSolr_memprereq=10485760 +reindexSolr_loadprereq=9.0 + # additional attributes: # performanceIO is a percent-value. a value of 10 means, that 10% of the busysleep time # is used to flush the RAM cache, which is the major part of the IO in YaCy |
