Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-08 | Add the num_conns_sups option | juhlig | |
This new option allows configuring the number of connection supervisors. The old behavior can be obtained by setting this value to 1. A value larger than num_acceptors will result in some connection supervisors not being used as the acceptors currently only use one connection supervisor. | |||
2018-07-18 | Add one manual per function for the ranch module | Loïc Hoguin | |
Also review and update the ranch(7) manual and fix a few specs. |