projects
/
privoxy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
99fdb56
)
Change the suggested default-server-timeout to 5
author
Fabian Keil
<fk@fabiankeil.de>
Mon, 24 Aug 2020 10:02:03 +0000
(12:02 +0200)
committer
Fabian Keil
<fk@fabiankeil.de>
Tue, 1 Sep 2020 10:22:42 +0000
(12:22 +0200)
... to match the suggested keep-alive-timeout.
Otherwise using the defaults would result in Privoxy
reducing the default-server-timeout and logging an
error message.
Sponsored by: Robert Klemme
doc/source/p-config.sgml
patch
|
blob
|
history
diff --git
a/doc/source/p-config.sgml
b/doc/source/p-config.sgml
index
1a53c69
..
d1fbf29
100644
(file)
--- a/
doc/source/p-config.sgml
+++ b/
doc/source/p-config.sgml
@@
-2951,7
+2951,7
@@
forward-socks4, forward-socks4a, forward-socks5 and forward-socks5t</title>
</listitem>
</varlistentry>
</variablelist>
-<![%config-file;[<literallayout>@@#default-server-timeout
60
</literallayout>]]>
+<![%config-file;[<literallayout>@@#default-server-timeout
5
</literallayout>]]>
</sect3>