aboutsummaryrefslogtreecommitdiffhomepage
path: root/config.h
diff options
context:
space:
mode:
authorGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-08-26 22:04:51 +0200
committerGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-08-26 22:04:51 +0200
commitf1eae7ba0f7c35240b04291892fb14bf16da8deb (patch)
treedb8256c450e0781410a26353e6370d2bbb18fefe /config.h
parentffa2b701c0fa02ea820d23cbfbd50f23d5ee899e (diff)
more reasonable max_conns{,_host}
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.h b/config.h
index 5c9835f..c43e8ea 100644
--- a/config.h
+++ b/config.h
@@ -5,5 +5,7 @@ const struct {
{ "set status_format = <span background=\"darkblue\" foreground=\"white\"> \\@MODE </span> <span background=\"red\" foreground=\"white\">\\@[\\@keycmd]\\@</span> (\\@LOAD_PROGRESS%) <b>\\@[\\@TITLE]\\@</b> - Uzbl browser"},
{ "set title_format_long = \\@keycmd \\@MODE \\@TITLE - Uzbl browser <\\@NAME> > \\@SELECTED_URI"},
{ "set title_format_short = \\@TITLE - Uzbl browser <\\@NAME>"},
+{ "set max_conns = 100"}, /* WebkitGTK default: 10 */
+{ "set max_conns_host = 6"}, /* WebkitGTK default: 2 */
{ NULL }
};