From 638a22ca0b971989a5c57ec88a5078d83c359201 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 28 Mar 2015 18:44:22 +0530 Subject: [PATCH] Document CALIBRE_CACHE_DIRECTORY --- manual/customize.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/manual/customize.rst b/manual/customize.rst index 041cc875ad..b2d7c36f8e 100644 --- a/manual/customize.rst +++ b/manual/customize.rst @@ -25,6 +25,7 @@ Environment variables * ``CALIBRE_CONFIG_DIRECTORY`` - sets the directory where configuration files are stored/read. * ``CALIBRE_TEMP_DIR`` - sets the temporary directory used by calibre + * ``CALIBRE_CACHE_DIRECTORY`` - sets the directory calibre uses to cache persistent data between sessions * ``CALIBRE_OVERRIDE_DATABASE_PATH`` - allows you to specify the full path to metadata.db. Using this variable you can have metadata.db be in a location other than the library folder. Useful if your library folder is on a networked drive that does not support file locking. * ``CALIBRE_DEVELOP_FROM`` - Used to run from a calibre development environment. See :ref:`develop`. * ``CALIBRE_OVERRIDE_LANG`` - Used to force the language used by the interface (ISO 639 language code)