summaryrefslogtreecommitdiff
path: root/doc/en/autogen
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2013-10-20 12:21:09 +0200
committerSebastien Helleu <flashcode@flashtux.org>2013-10-20 12:21:09 +0200
commit7014fbdd60a0f44cb43590c2d0406ef6228d671b (patch)
treea4d00eeefedd3304e5a842af9d22e8d07de2b1cf /doc/en/autogen
parent64d01f47fa23383090132503992b38144b959ddf (diff)
downloadweechat-7014fbdd60a0f44cb43590c2d0406ef6228d671b.zip
core: add warning about value 0 in help of some history options
Options affected: - weechat.history.max_buffer_lines_minutes - weechat.history.max_buffer_lines_number - weechat.history.max_commands
Diffstat (limited to 'doc/en/autogen')
-rw-r--r--doc/en/autogen/user/weechat_options.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/en/autogen/user/weechat_options.txt b/doc/en/autogen/user/weechat_options.txt
index 2c07d395b..1a35d692a 100644
--- a/doc/en/autogen/user/weechat_options.txt
+++ b/doc/en/autogen/user/weechat_options.txt
@@ -364,17 +364,17 @@
** values: 0 .. 2147483647 (default value: `5`)
* [[option_weechat.history.max_buffer_lines_minutes]] *weechat.history.max_buffer_lines_minutes*
-** description: `maximum number of minutes in history per buffer (0 = unlimited, examples: 1440 = one day, 10080 = one week, 43200 = one month, 525600 = one year)`
+** description: `maximum number of minutes in history per buffer (0 = unlimited); examples: 1440 = one day, 10080 = one week, 43200 = one month, 525600 = one year); use 0 ONLY if option weechat.history.max_buffer_lines_number is NOT set to 0`
** type: integer
** values: 0 .. 2147483647 (default value: `0`)
* [[option_weechat.history.max_buffer_lines_number]] *weechat.history.max_buffer_lines_number*
-** description: `maximum number of lines in history per buffer (0 = unlimited)`
+** description: `maximum number of lines in history per buffer (0 = unlimited); use 0 ONLY if option weechat.history.max_buffer_lines_minutes is NOT set to 0)`
** type: integer
** values: 0 .. 2147483647 (default value: `4096`)
* [[option_weechat.history.max_commands]] *weechat.history.max_commands*
-** description: `maximum number of user commands in history (0 = unlimited)`
+** description: `maximum number of user commands in history (0 = unlimited, NOT RECOMMENDED: no limit in memory usage)`
** type: integer
** values: 0 .. 2147483647 (default value: `100`)