Introduced the consolidated_store variable

Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
Janos SUTO
2020-09-02 11:13:55 +02:00
parent f195c5eb6c
commit 98506d5b3a
4 changed files with 22 additions and 11 deletions

View File

@ -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