From b880827921ea7442964fa238e111521f87d37d4f Mon Sep 17 00:00:00 2001 From: Daniel Carl Date: Thu, 9 Jan 2014 23:43:07 +0100 Subject: [PATCH] Enable pagecache by default. --- src/default.h | 1 + 1 file changed, 1 insertion(+) 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", -- 2.20.1