Leif Hedstrom created TS-1801:
---------------------------------

             Summary: Remove proxy.config.net.throttle_enabled
                 Key: TS-1801
                 URL: https://issues.apache.org/jira/browse/TS-1801
             Project: Traffic Server
          Issue Type: Improvement
            Reporter: Leif Hedstrom


This setting is fairly nonsensical, and, it seems it was added a while ago when 
we had issues with leaking FDs and/or stats:
{code}
TS_INLINE int
check_net_throttle(ThrottleType t, ink_hrtime now)
{
  if(throttle_enabled == false) {
    // added by Vijay to disable throttle. This is done find out if
    // there any other problem other than the stats problem -- bug 3040824
    return false;
  }
{code}

This setting just makes no sense, because we really honor 
proxy.config.net.connections_throttle, which also controls the amount of FDs we 
setrlimit() on.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to