diff options
-rw-r--r-- | source3/include/local.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/include/local.h b/source3/include/local.h index d9e12e506b..9a62aa7eb3 100644 --- a/source3/include/local.h +++ b/source3/include/local.h @@ -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 |