From 33338c2c0c8d5bc091717157e80f5380fc1269df Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Sun, 5 Jun 2011 23:08:17 +0100 Subject: [PATCH] listener irc: adjust ping interval and timeout --- SparkleLib/SparkleListenerIrc.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SparkleLib/SparkleListenerIrc.cs b/SparkleLib/SparkleListenerIrc.cs index be45c24e..73874c37 100644 --- a/SparkleLib/SparkleListenerIrc.cs +++ b/SparkleLib/SparkleListenerIrc.cs @@ -46,7 +46,7 @@ namespace SparkleLib { base.channels.Add ("#" + folder_identifier); this.client = new IrcClient () { - PingTimeout = 130, + PingTimeout = 180, PingInterval = 60 };