mirror of
https://github.com/samba-team/samba.git
synced 2024-12-27 03:21:53 +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 used to be commit dba55b2d34
)
This commit is contained in:
parent
4828c1c3b8
commit
8883e74ed4
@ -52,7 +52,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef MAX_OPEN_FILES
|
#ifndef MAX_OPEN_FILES
|
||||||
#define MAX_OPEN_FILES 4096
|
#define MAX_OPEN_FILES 10000
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* the max number of simultanous connections to the server by all clients */
|
/* the max number of simultanous connections to the server by all clients */
|
||||||
|
Loading…
Reference in New Issue
Block a user