diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2015-08-24 13:26:59 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2015-08-24 13:26:59 +0200 |
commit | c35c941298c16520293c4f6c85b140fd11d9bdd3 (patch) | |
tree | 497f430f339f671143f64ae720d7b92c4d001433 /doc/de | |
parent | 00b60be4b79931f93cbc77afd120f95602e10fea (diff) | |
download | weechat-c35c941298c16520293c4f6c85b140fd11d9bdd3.zip |
script: add option script.scripts.download_timeout
Diffstat (limited to 'doc/de')
-rw-r--r-- | doc/de/autogen/user/script_options.asciidoc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/de/autogen/user/script_options.asciidoc b/doc/de/autogen/user/script_options.asciidoc index 3af4207f9..e993cba66 100644 --- a/doc/de/autogen/user/script_options.asciidoc +++ b/doc/de/autogen/user/script_options.asciidoc @@ -182,6 +182,11 @@ ** Typ: integer ** Werte: -1 .. 525600 (Standardwert: `1440`) +* [[option_script.scripts.download_timeout]] *script.scripts.download_timeout* +** Beschreibung: `timeout (in seconds) for download of scripts and list of scripts` +** Typ: integer +** Werte: 1 .. 3600 (Standardwert: `30`) + * [[option_script.scripts.hold]] *script.scripts.hold* ** Beschreibung: `Skripten welche "gehalten" werden sollen. Dies ist eine durch Kommata getrennte Liste von Skripten die weder aktualisiert noch entfernt werden können. Zum Beispiel: "buffers.pl,iset.pl"` ** Typ: Zeichenkette |