1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-03 12:58:35 +03:00

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 commit is contained in:
Jeremy Allison -
parent 3459541abc
commit dba55b2d34

View 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 */