listener irc: adjust ping interval and timeout

This commit is contained in:
Hylke Bons 2011-06-05 23:08:17 +01:00
parent 9df0fd6440
commit 33338c2c0c

View file

@ -46,7 +46,7 @@ namespace SparkleLib {
base.channels.Add ("#" + folder_identifier);
this.client = new IrcClient () {
PingTimeout = 130,
PingTimeout = 180,
PingInterval = 60
};