set_max_connections(Ref :: ranch:ref(), MaxConns :: ranch:max_conns()) -> ok
ranch:set_max_connections - Set the max number of connections
set_max_connections(Ref :: ranch:ref(), MaxConns :: ranch:max_conns()) -> ok
Set the max number of connections.
The change will be applied immediately. If the new value is smaller than the previous one, Ranch will wait for the extra connections to terminate and will not accept new connections until the number of connections goes below the limit.
The listener name.
The new maximum number of connections.
The atom ok
is always returned. It can be safely ignored.
ranch:set_max_connections(example, 10000).
ranch:get_max_connections(3), ranch:set_protocol_options(3), ranch:set_transport_options(3), ranch(3)
Donate to Loïc Hoguin because his work on Cowboy, Ranch, Gun and Erlang.mk is fantastic:
Recurring payment options are also available via GitHub Sponsors. These funds are used to cover the recurring expenses like food, dedicated servers or domain names.