aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Brendan Taylor <whateley@gmail.com>2010-11-13 18:49:04 -0700
committerGravatar Brendan Taylor <whateley@gmail.com>2010-11-13 18:49:04 -0700
commit901e3c461179ace39ef954ff2acf884bf5997cac (patch)
tree60ba7b70c6a2a7a08fd8ddda772403a7226de7de
parentf163f3ed879a78a34f65c502119c107536876f81 (diff)
add disable_pagecache to the README
-rw-r--r--README1
1 files changed, 1 insertions, 0 deletions
diff --git a/README b/README
index b2d5f4d..c079680 100644
--- a/README
+++ b/README
@@ -337,6 +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).
* `disable_plugins`: Disable embedded plugin objects (default 0).
* `disable_scripts`: Disable embedded scripting languages (default 0).
* `autoload_images`: Automatically load images (default 1).