summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/include/local.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/local.h b/source3/include/local.h
index a31c5c35b4..7c63ab830b 100644
--- a/source3/include/local.h
+++ b/source3/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 */