mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-12 23:27:03 +02:00
lowering the default max connection value to 64
Change-Id: Ib0f317d6ed0480686d2dbf4ddcfd4a97315959a7 Signed-off-by: SJ <sj@acts.hu>
This commit is contained in:
@ -41,7 +41,7 @@ number_of_worker_processes=2
|
||||
; max. number of parallel connections piler-smtp can handle.
|
||||
; Important! If you want to change this value, then you must first
|
||||
; stop piler-smtp, change the value, then start piler-smtp.
|
||||
max_connections=256
|
||||
max_connections=64
|
||||
|
||||
; number of processed emails per each piler process
|
||||
max_requests_per_child=1000
|
||||
|
Reference in New Issue
Block a user