diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2014-03-17 12:59:46 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2014-03-17 12:59:46 +0100 |
commit | e84eaafe8e56c359f95db0d19a13c5ca6fad9468 (patch) | |
tree | 343dd49473c6fcc379d52d3119238b6b405604f3 /doc/en/autogen/user/script_options.txt | |
parent | db852a3f26ad5427b74776cdd994a9280844408e (diff) | |
download | weechat-e84eaafe8e56c359f95db0d19a13c5ca6fad9468.zip |
script: set option script.scripts.cache_expire to 1440 by default
Diffstat (limited to 'doc/en/autogen/user/script_options.txt')
-rw-r--r-- | doc/en/autogen/user/script_options.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/en/autogen/user/script_options.txt b/doc/en/autogen/user/script_options.txt index ed022ebf4..ed8d77b1f 100644 --- a/doc/en/autogen/user/script_options.txt +++ b/doc/en/autogen/user/script_options.txt @@ -176,7 +176,7 @@ * [[option_script.scripts.cache_expire]] *script.scripts.cache_expire* ** description: `local cache expiration time, in minutes (-1 = never expires, 0 = always expire)` ** type: integer -** values: -1 .. 525600 (default value: `60`) +** values: -1 .. 525600 (default value: `1440`) * [[option_script.scripts.dir]] *script.scripts.dir* ** description: `local cache directory for scripts` |