diff options
Diffstat (limited to 'plexgdm.cpp')
-rw-r--r-- | plexgdm.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plexgdm.cpp b/plexgdm.cpp index 0ad2fe0..9eb152f 100644 --- a/plexgdm.cpp +++ b/plexgdm.cpp @@ -12,7 +12,7 @@ plexgdm::plexgdm() _multicastAddress = "239.0.0.250"; _clientUpdatePort = 32412; _helloSent = false; - _discoverInterval = 10 * 1000; + _discoverInterval = 30 * 1000; _discoverTimer.Set(1); m_discoverAdress = Poco::Net::SocketAddress(_multicastAddress, 32414); |