diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2020-05-12 18:54:52 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2020-05-12 18:56:40 +0200 |
commit | 4f4f32b9edf5b575bf28d22d753a9d7689e80ff0 (patch) | |
tree | be55d2a38626a1370c0833a2b72c7d7107e23861 /doc/fr | |
parent | 2c303d1698f92b7d0489f180a4531fe5df104b3a (diff) | |
download | weechat-4f4f32b9edf5b575bf28d22d753a9d7689e80ff0.zip |
relay: increase default limits for IRC backlog options
Default value is changed for the following options:
* relay.irc.backlog_max_minutes: from 1440 to 0 (unlimited)
* relay.irc.backlog_max_number: from 256 to 1024
Diffstat (limited to 'doc/fr')
-rw-r--r-- | doc/fr/includes/autogen_user_options.fr.adoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/fr/includes/autogen_user_options.fr.adoc b/doc/fr/includes/autogen_user_options.fr.adoc index d68e8ec14..ea1f177bd 100644 --- a/doc/fr/includes/autogen_user_options.fr.adoc +++ b/doc/fr/includes/autogen_user_options.fr.adoc @@ -2826,13 +2826,13 @@ ** description: pass:none[nombre maximum de minutes dans l'historique par canal IRC (0 = sans limite, exemples : 1440 = une journée, 10080 = une semaine, 43200 = un mois, 525600 = une année)] ** type: entier ** valeurs: 0 .. 2147483647 -** valeur par défaut: `+1440+` +** valeur par défaut: `+0+` * [[option_relay.irc.backlog_max_number]] *relay.irc.backlog_max_number* ** description: pass:none[nombre maximum de lignes dans l'historique par canal IRC (0 = sans limite)] ** type: entier ** valeurs: 0 .. 2147483647 -** valeur par défaut: `+256+` +** valeur par défaut: `+1024+` * [[option_relay.irc.backlog_since_last_disconnect]] *relay.irc.backlog_since_last_disconnect* ** description: pass:none[afficher l'historique en démarrant depuis la dernière déconnexion du client] |