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

@@ -26,7 +26,7 @@ feature -- Default timeout settings
feature -- Default persistent connection settings
default_keep_alive_timeout: INTEGER = 5 -- seconds
default_max_keep_alive_requests: INTEGER = 100
default_max_keep_alive_requests: INTEGER = 300
note
copyright: "2011-2016, Jocelyn Fiat, Javier Velilla, Eiffel Software and others"

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