puppet: Increase process listening count for uwsgi.

The default limit is too low for situations right around a server
restart when there might be a large burst of connections.
This commit is contained in:
Tim Abbott 2019-01-14 20:06:17 -08:00
parent 9cdcfad920
commit ccce83d0f0
1 changed files with 1 additions and 0 deletions

View File

@ -11,3 +11,4 @@ post-buffering=4096
env= LANG=en_US.UTF-8
uid=zulip
gid=zulip
listen=512