summaryrefslogtreecommitdiffstats
path: root/source/include/local.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/include/local.h')
-rw-r--r--source/include/local.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/include/local.h b/source/include/local.h
index da9fee05642..c7abe207c89 100644
--- a/source/include/local.h
+++ b/source/include/local.h
@@ -68,7 +68,8 @@
#endif
/* the max number of simultanous connections to the server by all clients */
-#define MAXSTATUS 100000
+/* zero means no limit. */
+#define MAXSTATUS 0
#define WORDMAX 0xFFFF