mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-09 15:47:38 +02:00
* Increased idle timeout.
This commit is contained in:
@@ -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>
|
||||||
|
Reference in New Issue
Block a user