aboutsummaryrefslogtreecommitdiffhomepage
path: root/README
diff options
context:
space:
mode:
authorGravatar Brendan Taylor <whateley@gmail.com>2010-11-15 10:05:17 -0700
committerGravatar Brendan Taylor <whateley@gmail.com>2010-11-15 10:05:17 -0700
commit2c0cfb38749488e30218c6efd26ad824f42faaac (patch)
tree262cf893dbacb5f950f1871d12333566aba860a5 /README
parent5a2547153419126c11c5d037630431568a15e9f1 (diff)
change disable_pagecache to enable_pagecache (i was wrong about webkit's default)
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
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).