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 };