Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

As it turns out, this first setting is artifically low on the presumption you'll be using a public proxy
on the Internet and that it's "bad etiquette" to send such a server too many connections.
Being that I'm not going to kick myself off my own proxy server, I went ahead and changed this. (wink)

The second setting just reflects what's already been configured in ATSallows for more connections per server, with the assumption ATS will process these in parallel.

Code Block
network.http.proxy.max-persistent-connections-per-proxy user_set integer 256
network.http.max-persistent-connections-per-server user_set integer 32 128

Experimental

This setting I've had no end of annoyance finding documentation for.  I believe it has to do with predictive HTTP parsing, and the default is pretty low.

...