Versions Compared

Key

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

...

Code Block
CONFIG proxy.config.http.cache.required_headers INT 0
CONFIG proxy.config.http.cache.max_stale_age INT 7776000

Cache Object Byte Serving

While the following option will save bandwidth, it also reduces the speed of webpages loading.
I decided to disable it.

Code Block

CONFIG proxy.config.http.cache.range.lookup INT 0

Cache Object Lifespan

The default config for ATS specifies that after 1 day(86,400 seconds), any object without a specific expiration
should be flushed from the cache. I'd prefer that it stick around for about 3 months. This setting is contentious
in that what it should be is debatable.

...