module Ethon::Multi::Options

def max_total_connections=(value)

Returns:
  • (void) -

Parameters:
  • value (String) -- The value to set.

Other tags:
    Example: Set max_total_connections option. -
def max_total_connections=(value)
  Curl.set_option(:max_total_connections, value_for(value, :int), handle, :multi)
end