Method: ZK::Server::Config#max_session_timeout

Defined in:
lib/zk-server/config.rb

#max_session_timeoutObject

default: nil

the maximum session timeout in milliseconds that the server will allow the client to negotiate. Defaults to 20 times the tickTime.



151
152
153
# File 'lib/zk-server/config.rb', line 151

def max_session_timeout
  @max_session_timeout
end