From dba55b2d3453bd18e1a0cb031d012733e5a214b9 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Wed, 30 Sep 1998 03:05:29 +0000 Subject: Upped default MAX_OPEN_FILES to 10000 after conversation with tridge. As we're only using 1 bit per fd when idle it doesn't matter too much.... Jeremy. --- source/include/local.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- cgit