From 2c0cfb38749488e30218c6efd26ad824f42faaac Mon Sep 17 00:00:00 2001 From: Brendan Taylor Date: Mon, 15 Nov 2010 10:05:17 -0700 Subject: change disable_pagecache to enable_pagecache (i was wrong about webkit's default) --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README') diff --git a/README b/README index c079680..34556f2 100644 --- a/README +++ b/README @@ -337,7 +337,7 @@ file). * `fantasy_font_family`: The default Fantasy font family used to display text. * `monospace_size`: The default size of monospaced font (default 1). * `minimum_font_size`: The minimum font size used to display text (default 1). -* `disable_pagecache`: Disable the webkit pagecache (uses less memory but has to rerender pages when you go back or forward in history) (default 0). +* `enable_pagecache`: Enable the webkit pagecache (it caches rendered pages for a speedup when you go back or forward in history) (default 0). * `disable_plugins`: Disable embedded plugin objects (default 0). * `disable_scripts`: Disable embedded scripting languages (default 0). * `autoload_images`: Automatically load images (default 1). -- cgit v1.2.3