summaryrefslogtreecommitdiff
path: root/doc/en
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2020-05-12 18:54:52 +0200
committerSébastien Helleu <flashcode@flashtux.org>2020-05-12 18:56:40 +0200
commit4f4f32b9edf5b575bf28d22d753a9d7689e80ff0 (patch)
treebe55d2a38626a1370c0833a2b72c7d7107e23861 /doc/en
parent2c303d1698f92b7d0489f180a4531fe5df104b3a (diff)
downloadweechat-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/en')
-rw-r--r--doc/en/includes/autogen_user_options.en.adoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/en/includes/autogen_user_options.en.adoc b/doc/en/includes/autogen_user_options.en.adoc
index e7b6d2f12..e3f289a39 100644
--- a/doc/en/includes/autogen_user_options.en.adoc
+++ b/doc/en/includes/autogen_user_options.en.adoc
@@ -2826,13 +2826,13 @@
** description: pass:none[maximum number of minutes in backlog per IRC channel (0 = unlimited, examples: 1440 = one day, 10080 = one week, 43200 = one month, 525600 = one year)]
** type: integer
** values: 0 .. 2147483647
-** default value: `+1440+`
+** default value: `+0+`
* [[option_relay.irc.backlog_max_number]] *relay.irc.backlog_max_number*
** description: pass:none[maximum number of lines in backlog per IRC channel (0 = unlimited)]
** type: integer
** values: 0 .. 2147483647
-** default value: `+256+`
+** default value: `+1024+`
* [[option_relay.irc.backlog_since_last_disconnect]] *relay.irc.backlog_since_last_disconnect*
** description: pass:none[display backlog starting from last client disconnect]