diff options
author | Jeremy Allison <jra@samba.org> | 1998-09-30 03:05:29 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 1998-09-30 03:05:29 +0000 |
commit | dba55b2d3453bd18e1a0cb031d012733e5a214b9 (patch) | |
tree | 684f691a3f8279c7909c51d051f0b3988dd9c8db | |
parent | 3459541abc290bb709f2416736371e4a764c3d28 (diff) | |
download | samba-dba55b2d3453bd18e1a0cb031d012733e5a214b9.tar.gz samba-dba55b2d3453bd18e1a0cb031d012733e5a214b9.tar.xz samba-dba55b2d3453bd18e1a0cb031d012733e5a214b9.zip |
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.
-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 */ |