diff options
author | corvid <devnull@localhost> | 2015-07-03 01:02:23 +0000 |
---|---|---|
committer | corvid <devnull@localhost> | 2015-07-03 01:02:23 +0000 |
commit | e27d90783f2296c7067686a96751b84f9aa92645 (patch) | |
tree | 246c5a798c653303d7f9a9401e95a4c1a23f21f6 /dillorc | |
parent | 37deb338104c567d49813da18e1e0c340ba44378 (diff) |
enable prefs.http_persistent_conns by default
Diffstat (limited to 'dillorc')
-rw-r--r-- | dillorc | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -184,10 +184,10 @@ search_url="Google http://www.google.com/search?ie=UTF-8&oe=UTF-8&q=%s" # Maximum number of simultaneous TCP connections to a single server or proxy. # http_max_conns=6 -# Change this if you want Dillo to reuse HTTP connections to a server or proxy -# when possible instead of making a new connection for every request for a new +# If enabled, Dillo will reuse HTTP connections to a server or proxy when +# possible rather than making a new connection for every request for a new # page/image/stylesheet. -#http_persistent_conns=NO +#http_persistent_conns=YES # This mechanism allows servers to specify that they are only to be contacted # through HTTPS and not HTTP. |