lowering the default max connection value to 64

Change-Id: Ib0f317d6ed0480686d2dbf4ddcfd4a97315959a7
Signed-off-by: SJ <sj@acts.hu>
This commit is contained in:
SJ
2016-10-31 09:27:12 +01:00
parent 4a1c1785d1
commit f4e9238aaf
2 changed files with 2 additions and 2 deletions

View File

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