diff options
| author | konrad | 2016-07-19 12:04:33 +0200 |
|---|---|---|
| committer | konrad | 2016-07-19 12:04:33 +0200 |
| commit | 6ddb5d6c2537bc904decf4ad769250fa27a8073e (patch) | |
| tree | 36270ac41807eec0421ea3bf4b46d49e1a5fa3d4 /src | |
| parent | Added rudimentary benchmark tool. (diff) | |
| download | dnbd3-6ddb5d6c2537bc904decf4ad769250fa27a8073e.tar.gz dnbd3-6ddb5d6c2537bc904decf4ad769250fa27a8073e.tar.xz dnbd3-6ddb5d6c2537bc904decf4ad769250fa27a8073e.zip | |
SERVER_MAX_CLIENTS: 400 -> 4000
Diffstat (limited to 'src')
| -rw-r--r-- | src/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.h b/src/config.h index c6405b5..6699bb1 100644 --- a/src/config.h +++ b/src/config.h @@ -25,7 +25,7 @@ // ########### SERVER ########### // +++++ Performance related -#define SERVER_MAX_CLIENTS 400 +#define SERVER_MAX_CLIENTS 4000 #define SERVER_MAX_IMAGES 5000 #define SERVER_MAX_ALTS 250 #define SERVER_MAX_UPLINK_FAILS 8 // How many times may a server fail until it is considered bad |
