mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-22 20:41:20 +00:00
change the master timeout to 10 minutes. 5 is too tight as that's the
heartbeat time on a server
This commit is contained in:
parent
3e693cbce5
commit
92fc8109e6
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@ typedef struct sockaddr_in msghdr_t;
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define MASTER_TIMEOUT 300
|
#define MASTER_TIMEOUT 600
|
||||||
#define SLIST_MULTIPLE 1
|
#define SLIST_MULTIPLE 1
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
|
|
Loading…
Reference in a new issue