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 | 8883e74ed44f5b25cc8f5a06e65a525587036f6c (patch) | |
tree | 7ce4c1c71e99b99a05239058c72ca872f628c4f9 /source3/include | |
parent | 4828c1c3b8f2330066d6009502e6f21c4ce2764e (diff) | |
download | samba-8883e74ed44f5b25cc8f5a06e65a525587036f6c.tar.gz samba-8883e74ed44f5b25cc8f5a06e65a525587036f6c.tar.bz2 samba-8883e74ed44f5b25cc8f5a06e65a525587036f6c.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.
(This used to be commit dba55b2d3453bd18e1a0cb031d012733e5a214b9)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/local.h | 2 |
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 */ |