diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-10-20 12:21:09 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-10-20 12:21:09 +0200 |
commit | 7014fbdd60a0f44cb43590c2d0406ef6228d671b (patch) | |
tree | a4d00eeefedd3304e5a842af9d22e8d07de2b1cf /doc/it/autogen/user | |
parent | 64d01f47fa23383090132503992b38144b959ddf (diff) | |
download | weechat-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/it/autogen/user')
-rw-r--r-- | doc/it/autogen/user/weechat_options.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/it/autogen/user/weechat_options.txt b/doc/it/autogen/user/weechat_options.txt index 469e9dedb..e4d83a151 100644 --- a/doc/it/autogen/user/weechat_options.txt +++ b/doc/it/autogen/user/weechat_options.txt @@ -364,17 +364,17 @@ ** valori: 0 .. 2147483647 (valore predefinito: `5`) * [[option_weechat.history.max_buffer_lines_minutes]] *weechat.history.max_buffer_lines_minutes* -** descrizione: `numero massimo di minuti nella cronologia per buffer (0 = nessun limite, esempi: 1440 = un giorno, 10000 = una settimana; 43200 = un mese, 525600 = un anno)` +** descrizione: `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` ** tipo: intero ** valori: 0 .. 2147483647 (valore predefinito: `0`) * [[option_weechat.history.max_buffer_lines_number]] *weechat.history.max_buffer_lines_number* -** descrizione: `numero massimo di righe nella cronologia per buffer (0 = nessun limite)` +** descrizione: `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)` ** tipo: intero ** valori: 0 .. 2147483647 (valore predefinito: `4096`) * [[option_weechat.history.max_commands]] *weechat.history.max_commands* -** descrizione: `numero massimo di comandi utente nella cronologia (0 = nessun limite)` +** descrizione: `maximum number of user commands in history (0 = unlimited, NOT RECOMMENDED: no limit in memory usage)` ** tipo: intero ** valori: 0 .. 2147483647 (valore predefinito: `100`) |