summaryrefslogtreecommitdiffstats
path: root/src/config.h
diff options
context:
space:
mode:
authorkonrad2016-07-19 12:04:33 +0200
committerkonrad2016-07-19 12:04:33 +0200
commit6ddb5d6c2537bc904decf4ad769250fa27a8073e (patch)
tree36270ac41807eec0421ea3bf4b46d49e1a5fa3d4 /src/config.h
parentAdded rudimentary benchmark tool. (diff)
downloaddnbd3-6ddb5d6c2537bc904decf4ad769250fa27a8073e.tar.gz
dnbd3-6ddb5d6c2537bc904decf4ad769250fa27a8073e.tar.xz
dnbd3-6ddb5d6c2537bc904decf4ad769250fa27a8073e.zip
SERVER_MAX_CLIENTS: 400 -> 4000
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h2
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