Commit 8732374f authored by Rafael Monnerat's avatar Rafael Monnerat

Revert "raise soft limit of N(ofile) so we can use > 1024 fds"

This reverts commit b5a1e3522864876de0ae1eb36d59d6cdcaa1cf4f
parent 00410e06
......@@ -14,9 +14,6 @@ logfile_maxbytes = %(supervisord_logfile_maxbytes)s
nodaemon = %(supervisord_nodaemon)s
pidfile = %(supervisord_pidfile)s
logfile-backups = %(supervisord_logfile_backups)s
#raise soft limit of N(ofile) so we can use > 1024 fds
#needed for example for wendelin.core arrays + connections
minfds=65536
[unix_http_server]
file=%(supervisord_socket)s
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment