From de8fef9bf14e0c56f0aaac9199dd6071d87f1731 Mon Sep 17 00:00:00 2001 From: Michael Peter Christen Date: Fri, 1 Aug 2025 15:30:46 +0900 Subject: YaCy Index Pack Generator - refactoring of the SURROGATE process into a "PACK" concept. --- defaults/yacy.init | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) (limited to 'defaults') diff --git a/defaults/yacy.init b/defaults/yacy.init index 4bd2d8fa0..63db597c0 100644 --- a/defaults/yacy.init +++ b/defaults/yacy.init @@ -304,11 +304,12 @@ proxyCache.sync.lockTimeout = 2000 # you can use the proxy with fresh/stale rules or in a always-fresh mode proxyAlwaysFresh = false -# a path to the surrogate input directory -surrogates.in = DATA/SURROGATES/in - -# a path to the surrogate output directory -surrogates.out = DATA/SURROGATES/out +# paths to the packs directories +packs.hold = DATA/PACKS/hold +packs.live = DATA/PACKS/live +packs.load = DATA/PACKS/load +packs.loaded = DATA/PACKS/loaded +packs.unload = DATA/PACKS/unload # a path to the dictionaries directory # this directory also contains subdirectories for input sources, the did-you-mean function and other @@ -726,10 +727,10 @@ recrawlindex_memprereq=1048576 62_remotetriggeredcrawl_memprereq=12582912 62_remotetriggeredcrawl_loadprereq=8.0 62_remotetriggeredcrawl_isPaused=false -70_surrogates_idlesleep=10000 -70_surrogates_busysleep=0 -70_surrogates_memprereq=12582912 -70_surrogates_loadprereq=8.0 +70_packs_idlesleep=10000 +70_packs_busysleep=0 +70_packs_memprereq=12582912 +70_packs_loadprereq=8.0 720_ccimport_idlesleep=100 720_ccimport_busysleep=1000 720_ccimport_memprereq=1048576 -- cgit v1.2.3