Changed maxHistory to 300.

This commit is contained in:
Jeremy Fincher 2003-09-03 17:17:36 +00:00
parent 67d5465329
commit 9256468885

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 = 100 maxHistory = 300
### ###
# pingInterval: Number of seconds between PINGs to the server. # pingInterval: Number of seconds between PINGs to the server.