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/fr/autogen/user | |
parent | db852a3f26ad5427b74776cdd994a9280844408e (diff) | |
download | weechat-e84eaafe8e56c359f95db0d19a13c5ca6fad9468.zip |
script: set option script.scripts.cache_expire to 1440 by default
Diffstat (limited to 'doc/fr/autogen/user')
-rw-r--r-- | doc/fr/autogen/user/script_options.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/fr/autogen/user/script_options.txt b/doc/fr/autogen/user/script_options.txt index 1f8987b60..e237db94f 100644 --- a/doc/fr/autogen/user/script_options.txt +++ b/doc/fr/autogen/user/script_options.txt @@ -176,7 +176,7 @@ * [[option_script.scripts.cache_expire]] *script.scripts.cache_expire* ** description: `temps d'expiration du cache local, en minutes (-1 = n'expire jamais, 0 = expire toujours)` ** type: entier -** valeurs: -1 .. 525600 (valeur par défaut: `60`) +** valeurs: -1 .. 525600 (valeur par défaut: `1440`) * [[option_script.scripts.dir]] *script.scripts.dir* ** description: `répertoire du cache local pour les scripts` |