Upped default MAX_OPEN_FILES to 10000 after conversation with tridge.
authorJeremy Allison <jra@samba.org>
Wed, 30 Sep 1998 03:05:29 +0000 (03:05 +0000)
committerJeremy Allison <jra@samba.org>
Wed, 30 Sep 1998 03:05:29 +0000 (03:05 +0000)
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

index a31c5c35b4e59587cfe4d3023389af83d5693ce7..7c63ab830b53f47433b67c59e2aba75c42fb56c3 100644 (file)
@@ -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 */