comparison mcabber/mcabberrc.example @ 1757:6e55f9776d5d

Uncomment max_history_blocks in the sample configuration file Most people probably don't want unlimited history buffers in memory...
author Mikael Berthe <mikael@lilotux.net>
date Sat, 13 Mar 2010 13:36:48 +0100
parents e2c084204583
children c3ddb52f1055
comparison
equal deleted inserted replaced
1756:e2c084204583 1757:6e55f9776d5d
166 # Note that 'logging' must be enabled for this feature to work. 166 # Note that 'logging' must be enabled for this feature to work.
167 #set statefile = ~/.mcabber/mcabber.state 167 #set statefile = ~/.mcabber/mcabber.state
168 168
169 # You can specify a maximum number of data blocks per buffer (1 block contains 169 # You can specify a maximum number of data blocks per buffer (1 block contains
170 # about 8kB). The default is 0 (unlimited). If set, this value must be > 2. 170 # about 8kB). The default is 0 (unlimited). If set, this value must be > 2.
171 #set max_history_blocks = 8 171 set max_history_blocks = 8
172 172
173 # IQ settings 173 # IQ settings
174 # Set iq_version_hide_os to 1 if you do not want to allow people to retrieve 174 # Set iq_version_hide_os to 1 if you do not want to allow people to retrieve
175 # your OS version. 175 # your OS version.
176 #set iq_version_hide_os = 0 176 #set iq_version_hide_os = 0