You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment it's not possible to set the connection timeout when using memcached as session handler.
So if the memcached server is down the request hangs for ages waiting for the connection.
Could you please add this?
It probably needs to be a parameter in the ini file, something like:
memcached.sess_connect_timeout = xxx
In my opinion the timeout should be around 3 seconds by default.
Thanks!
The text was updated successfully, but these errors were encountered:
Hi,
At the moment it's not possible to set the connection timeout when using memcached as session handler.
So if the memcached server is down the request hangs for ages waiting for the connection.
Could you please add this?
It probably needs to be a parameter in the ini file, something like:
memcached.sess_connect_timeout = xxx
In my opinion the timeout should be around 3 seconds by default.
Thanks!
The text was updated successfully, but these errors were encountered: