summaryrefslogtreecommitdiff
path: root/doc/it/weechat_faq.it.txt
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2012-07-06 12:29:04 +0200
committerSebastien Helleu <flashcode@flashtux.org>2012-07-06 12:29:04 +0200
commit31d3b7d035b8078a0a7b7521d09c0d7718aa6747 (patch)
treeb61c3bd9095bf1ee0ada1fe72a8518b3e6920c76 /doc/it/weechat_faq.it.txt
parent273256eea94cc22d3717c0e304323156034c33c8 (diff)
downloadweechat-31d3b7d035b8078a0a7b7521d09c0d7718aa6747.zip
doc: fix name of option in question about memory usage (FAQ)
Diffstat (limited to 'doc/it/weechat_faq.it.txt')
-rw-r--r--doc/it/weechat_faq.it.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/it/weechat_faq.it.txt b/doc/it/weechat_faq.it.txt
index f2b9b6e92..b7aa1afd7 100644
--- a/doc/it/weechat_faq.it.txt
+++ b/doc/it/weechat_faq.it.txt
@@ -763,10 +763,10 @@ Esistono diversi trucchi per ottimizzare l'uso della memoria:
* non caricare alcuni plugin se non vengono utilizzati, ad esempio: aspell, fifo,
logger, perl, python, ruby, lua, tcl, xfer (usato per DCC)
* caricare solo gli script veramente necessari
-* ridurre il valore dell'opzione 'weechat.history.max_lines' (numero di righe
- salvate in memoria per ogni buffer)
-* ridurre il valore dell'opzione 'weechat.history.max_commands' (numero di
- comandi utente salvati in memoria)
+// TRANSLATION MISSING
+* reduce value of option 'weechat.history.max_buffer_lines_number' or set value
+ of option 'weechat.history.max_buffer_lines_minutes'
+* ridurre il valore dell'opzione 'weechat.history.max_commands'
[[development]]