summaryrefslogtreecommitdiff
path: root/defaults/yacy.init
diff options
context:
space:
mode:
authorMichael Peter Christen <mc@yacy.net>2025-08-01 15:30:46 +0900
committerMichael Peter Christen <mc@yacy.net>2025-08-01 15:30:46 +0900
commitde8fef9bf14e0c56f0aaac9199dd6071d87f1731 (patch)
tree31b1f3ad9bbeef3005fc8095224b44a3a79fb405 /defaults/yacy.init
parent055a2eaa250e97cbac21e42316db27b76e9c8798 (diff)
YaCy Index Pack Generator - refactoring of the SURROGATE process into a
"PACK" concept.
Diffstat (limited to 'defaults/yacy.init')
-rw-r--r--defaults/yacy.init19
1 files changed, 10 insertions, 9 deletions
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