Skip to content

Commit

Permalink
Privoxy server optimizations
Browse files Browse the repository at this point in the history
  • Loading branch information
essandess committed Jan 1, 2018
1 parent 433b81b commit 6d46026
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions config
Original file line number Diff line number Diff line change
Expand Up @@ -1567,7 +1567,7 @@ split-large-forms 0
#
# keep-alive-timeout 300
#
keep-alive-timeout 5
keep-alive-timeout 300
#
# 6.5. tolerate-pipelining
# =========================
Expand Down Expand Up @@ -1610,7 +1610,7 @@ keep-alive-timeout 5
#
# tolerate-pipelining 1
#
tolerate-pipelining 1
#tolerate-pipelining 1
#
# 6.6. default-server-timeout
# ============================
Expand Down Expand Up @@ -1661,7 +1661,7 @@ tolerate-pipelining 1
#
# default-server-timeout 60
#
#default-server-timeout 60
default-server-timeout 60
#
# 6.7. connection-sharing
# ========================
Expand Down Expand Up @@ -1731,7 +1731,7 @@ tolerate-pipelining 1
#
# connection-sharing 1
#
#connection-sharing 1
connection-sharing 0
#
# 6.8. socket-timeout
# ====================
Expand Down Expand Up @@ -1763,7 +1763,7 @@ tolerate-pipelining 1
#
# socket-timeout 300
#
socket-timeout 300
socket-timeout 6
#
# 6.9. max-client-connections
# ============================
Expand Down Expand Up @@ -1825,7 +1825,7 @@ socket-timeout 300
#
# max-client-connections 256
#
#max-client-connections 256
max-client-connections 256
#
# 6.10. handle-as-empty-doc-returns-ok
# =====================================
Expand Down Expand Up @@ -1904,7 +1904,7 @@ socket-timeout 300
# Privoxy will not compress buffered content below a certain
# length.
#
#enable-compression 1
enable-compression 1
#
# 6.12. compression-level
# ========================
Expand Down Expand Up @@ -1950,7 +1950,7 @@ socket-timeout 300
# compression-level 0
#
#
#compression-level 1
compression-level 9
#
# 6.13. client-header-order
# ==========================
Expand Down
2 changes: 1 addition & 1 deletion easylist-pac-privoxy

0 comments on commit 6d46026

Please sign in to comment.