mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-22 14:03:18 +02:00
Introduced the consolidated_store variable
Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
@ -34,6 +34,14 @@ default_retention_days=2557
|
||||
; which will cause problems.
|
||||
encrypt_messages=1
|
||||
|
||||
; If the previous 3 letter store top directories, eg. /var/piler/store/00/5f4
|
||||
; are consolidated (1) to a single zip file or not (0).
|
||||
; Eg. cd /var/piler/store/00
|
||||
; zip -r -0 5f3.zip 5f3
|
||||
; After the consolidation (ie. zipping the given directory) piler tries to
|
||||
; read the given file from the appropriate zip file.
|
||||
consolidated_store=0
|
||||
|
||||
; number of worker processes, ie. the number of simultaneous smtp connections to piler.
|
||||
; This value should be the number of cpus + 1, ie. 2 for a single cpu host
|
||||
number_of_worker_processes=2
|
||||
|
Reference in New Issue
Block a user