1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-09 07:36:48 +02:00

* Increased idle timeout.

This commit is contained in:
Christian Muehlhaeuser
2011-01-23 05:01:44 +01:00
parent b6aca9ee1c
commit 049b8381f0

View File

@@ -4,7 +4,7 @@
// port for servent to listen on // port for servent to listen on
#define DEFAULT_LISTEN_PORT 50210 #define DEFAULT_LISTEN_PORT 50210
// time before new connection terminates if no auth received // time before new connection terminates if no auth received
#define AUTH_TIMEOUT 15000 #define AUTH_TIMEOUT 180000
#include <QObject> #include <QObject>
#include <QTcpServer> #include <QTcpServer>