Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Another performance update.

...

Code Block
CONFIG proxy.config.http.keep_alive_no_activity_timeout_in INT 600300
CONFIG proxy.config.http.keep_alive_no_activity_timeout_out INT 600300
CONFIG proxy.config.http.transaction_no_activity_timeout_in INT 10
CONFIG proxy.config.http.transaction_no_activity_timeout_out INT 10
CONFIG proxy.config.http.transaction_active_timeout_in INT 4320014400
CONFIG proxy.config.http.transaction_active_timeout_out INT 4320014400
CONFIG proxy.config.http.accept_no_activity_timeout INT 10
CONFIG proxy.config.net.default_inactivity_timeout INT 10

...

Code Block
CONFIG proxy.config.http.cache.cache_urls_that_look_dynamic INT 0
CONFIG proxy.config.http.chunking.size INT 128K
CONFIG proxy.config.http.cache.ims_on_client_no_cache INT 0
CONFIG proxy.config.http.cache.ignore_server_no_cache INT 1

...

Code Block
##############################################################################
# HostDB
##############################################################################
CONFIG proxy.config.hostdb.ip_resolve STRING ipv6;ipv4
CONFIG proxy.config.hostdb.size INT 64K96K
CONFIG proxy.config.hostdb.storage_size INT 16M24M
CONFIG proxy.config.hostdb.serve_stale_for INT 900
CONFIG proxy.config.cache.hostdb.sync_frequency INT 900
CONFIG proxy.config.hostdb.timeout INT 10080

...