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"