summaryrefslogtreecommitdiff
path: root/qt/RGBController/irc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'qt/RGBController/irc.cpp')
-rw-r--r--qt/RGBController/irc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt/RGBController/irc.cpp b/qt/RGBController/irc.cpp
index 3a2ac14..d87f0be 100644
--- a/qt/RGBController/irc.cpp
+++ b/qt/RGBController/irc.cpp
@@ -50,7 +50,7 @@ void irc::con()
socket->write(buf.toUtf8());
buf = "USER " + name + " 8 * :" + name + "\r\n";
socket->write(buf.toUtf8());
- pingcheck->start(60000);
+ pingcheck->start(300000);
}
void irc::discon()