Bump max users to 8
This commit is contained in:
parent
d625ca3762
commit
c247e6f3d6
|
@ -1484,7 +1484,7 @@
|
||||||
#if defined(DINGUX)
|
#if defined(DINGUX)
|
||||||
#define DEFAULT_INPUT_MAX_USERS 1
|
#define DEFAULT_INPUT_MAX_USERS 1
|
||||||
#else
|
#else
|
||||||
#define DEFAULT_INPUT_MAX_USERS 5
|
#define DEFAULT_INPUT_MAX_USERS 8
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define DEFAULT_INPUT_BIND_TIMEOUT 5
|
#define DEFAULT_INPUT_BIND_TIMEOUT 5
|
||||||
|
|
Loading…
Reference in New Issue