commit | 02f3cf19ed803d20aff9294ce7cb732489951ff5 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Tue Apr 30 14:08:41 2019 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Tue Apr 30 15:28:29 2019 +0200 |
tree | 06ac2db218d2b8f04ee97d0610f0857236b1f3e8 | |
parent | 6b02ab87348090efec73b1dd24f414239669f279 [diff] |
CLEANUP: config: Don't alter listener->maxaccept when nbproc is set to 1 This patch only removes a useless calculation on listener->maxaccept when nbproc is set to 1. Indeed, the following formula has no effet in such case: listener->maxaccept = (listener->maxaccept + nbproc - 1) / nbproc; This patch may be backported as far as 1.5.