Changed maxHistory to 1000.

This commit is contained in:
Jeremy Fincher 2003-09-07 05:27:24 +00:00
parent 5ef3d7c5f5
commit 01d71dc9a3

View File

@ -131,7 +131,7 @@ poll = 1
### ###
# maxHistory: Maximum number of messages kept in an Irc object's state. # maxHistory: Maximum number of messages kept in an Irc object's state.
### ###
maxHistory = 300 maxHistory = 1000
### ###
# pingInterval: Number of seconds between PINGs to the server. # pingInterval: Number of seconds between PINGs to the server.