summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorPeter Hofmann <scm@uninformativ.de>2015-01-01 09:30:04 +0100
committerPeter Hofmann <scm@uninformativ.de>2015-01-01 09:30:04 +0100
commit6c08b700b523a7444351f9911d3862d3112c4578 (patch)
tree87395bdd4b3eb7716d61820f4a311daaa40787b0 /README
parent7e426ffa6a3da51e9d2957486d495e80e1dea4d8 (diff)
downloadlariza-6c08b700b523a7444351f9911d3862d3112c4578.tar.gz
Automatically recover from WebKit crashes
Diffstat (limited to 'README')
-rw-r--r--README11
1 files changed, 11 insertions, 0 deletions
diff --git a/README b/README
index b706069..9ce8511 100644
--- a/README
+++ b/README
@@ -236,6 +236,17 @@ following environment variables:
In HTTP requests, WebKit sets the "Accepted-Language" header to
this value. Defaults to "en-US".
+ LARIZA_CRASH_AUTORELOAD_DELAY
+ If/when the WebKit process crashes, lariza's main process will
+ receive a signal and can act accordingly. The default value of
+ this variable is "2", which means that lariza will wait two
+ seconds and then reload each window/tab.
+
+ If you set $LARIZA_CRASH_AUTORELOAD_DELAY to zero or any
+ negative value, then lariza will not automatically reload
+ anything. Note, however, that you can still do this manually by
+ pressing the "reload" hotkey for each window.
+
LARIZA_DOWNLOAD_DIR
All downloads are automatically stored in this directory.
Defaults to "/tmp".