class Attune::NetHttpPersistent
Public Instance Methods
net_http_connection(env)
click to toggle source
Calls superclass method
# File lib/attune/net_http_persistent.rb, line 8 def net_http_connection(env) adapter = super adapter.idle_timeout = 58 # seconds adapter end