ranch:set_max_connections(3)

Name

ranch:set_max_connections - Set the max number of connections

Description

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.

Arguments

Ref

The listener name.

MaxConns

The new maximum number of connections.

Return value

The atom ok is always returned. It can be safely ignored.

Examples

Set the max number of connections
ranch:set_max_connections(example, 10000).

See also

ranch:get_max_connections(3), ranch:set_protocol_options(3), ranch:set_transport_options(3), ranch(3)

Ranch 1.7 Function Reference

Navigation

Version select

Like my work? Donate!

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.