diff options
-rw-r--r-- | source/include/local.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/include/local.h b/source/include/local.h index a31c5c35b4e..7c63ab830b5 100644 --- a/source/include/local.h +++ b/source/include/local.h @@ -52,7 +52,7 @@ */ #ifndef MAX_OPEN_FILES -#define MAX_OPEN_FILES 4096 +#define MAX_OPEN_FILES 10000 #endif /* the max number of simultanous connections to the server by all clients */ |