From: Daniel Carl Date: Thu, 9 Jan 2014 22:43:07 +0000 (+0100) Subject: Enable pagecache by default. X-Git-Url: https://git.owens.tech/about.html/about.html/git?a=commitdiff_plain;h=b880827921ea7442964fa238e111521f87d37d4f;p=vimb.git Enable pagecache by default. --- diff --git a/src/default.h b/src/default.h index 617de83..15cf592 100644 --- a/src/default.h +++ b/src/default.h @@ -33,6 +33,7 @@ static char *default_config[] = { "set useragent=" PROJECT "/" VERSION " (X11; Linux i686) AppleWebKit/535.22+ Compatible (Safari)", "set stylesheet=on", "set proxy=on", + "set pagecache=on", "set cookie-timeout=4800", "set strict-ssl=on", "set strict-focus=off",