mirror of
https://github.com/samba-team/samba.git
synced 2025-03-08 04:58:40 +03:00
changed the default MAXSTATUS from 1000 to 100000
This number limits the number of simultaneous connections to the server. The 1000 limit is from a looong time ago when I couldn't imagine anyone wanting to have 1000 simultaneous clients. Now I hear that people are testing with such numbers. I wonder when I'll change it from 100k ? (This used to be commit bae865da2dca175a8fe25922aeee8e785521e19b)
This commit is contained in:
parent
09c0c6f0d6
commit
15cf7db4c9
@ -34,8 +34,8 @@
|
||||
#define SHMEM_SIZE (1024*MAX_OPEN_FILES)
|
||||
#endif
|
||||
|
||||
/* the max number of connections that the smbstatus program will show */
|
||||
#define MAXSTATUS 1000
|
||||
/* the max number of simultanous connections to the server by all clients */
|
||||
#define MAXSTATUS 100000
|
||||
|
||||
/* max number of directories open at once */
|
||||
/* note that with the new directory code this no longer requires a
|
||||
|
Loading…
x
Reference in New Issue
Block a user