Updated documentation for standalone connector.

Changed `default_max_keep_alive_requests` from 100 to 300.
This commit is contained in:
Jocelyn Fiat
2017-10-19 00:14:23 +02:00
parent a1b4337438
commit db39068ceb
4 changed files with 32 additions and 3 deletions

View File

@@ -66,7 +66,7 @@ feature -- Access: connection
end
max_tcp_clients: INTEGER assign set_max_tcp_clients
-- Listen on socket for at most `queue' connections.
-- Listen on socket for at most `max_tcp_clients' connections.
do
Result := option_integer_value ("max_tcp_clients", 0)
end