From 136d443b5c38bee96f5d995dfea3629ef07564c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Thu, 18 Jul 2019 09:59:28 +0200 Subject: Announce Ranch 2.0.0-rc.1 Adds Ranch 2.0 documentation and removes documentation for very old Cowboy and Ranch, along with Erlang.mk documentation which is available on its own website. --- .../manual/ranch.set_max_connections/index.html | 194 +++++++++++++++++++++ 1 file changed, 194 insertions(+) create mode 100644 docs/en/ranch/2.0/manual/ranch.set_max_connections/index.html (limited to 'docs/en/ranch/2.0/manual/ranch.set_max_connections/index.html') diff --git a/docs/en/ranch/2.0/manual/ranch.set_max_connections/index.html b/docs/en/ranch/2.0/manual/ranch.set_max_connections/index.html new file mode 100644 index 00000000..70d8d6be --- /dev/null +++ b/docs/en/ranch/2.0/manual/ranch.set_max_connections/index.html @@ -0,0 +1,194 @@ + + + + + + + + + + Nine Nines: ranch:set_max_connections(3) + + + + + + + + + + + + + + + + +
+
+
+
+ +

ranch:set_max_connections(3)

+ +

Name

+

ranch:set_max_connections - Set the max number of connections per connection supervisor

+

Description

+
+
set_max_connections(Ref      :: ranch:ref(),
+                    MaxConns :: ranch:max_conns())
+    -> ok
+
+

Set the max number of connections per connection supervisor.

+

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 per connection supervisor.

+
+
+

Return value

+

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

+

Changelog

+
  • 2.0: The maximum number of connections is now per connection supervisor. +
  • +
+

Examples

+
Set the max number of connections per connection supervisor
+
+
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 + 2.0 + 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 BountySource. These funds are used to cover the recurring expenses like dedicated servers or domain names.

+ + + +
+
+
+
+ + + + + + + + + -- cgit v1.2.3