From 8883e74ed44f5b25cc8f5a06e65a525587036f6c 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. (This used to be commit dba55b2d3453bd18e1a0cb031d012733e5a214b9) --- source3/include/local.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/include/local.h') 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 */ -- cgit