summaryrefslogtreecommitdiff
path: root/doc/ffserver.conf
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ffserver.conf')
-rw-r--r--doc/ffserver.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ffserver.conf b/doc/ffserver.conf
index cae1a140c9..2fbfecd683 100644
--- a/doc/ffserver.conf
+++ b/doc/ffserver.conf
@@ -7,6 +7,11 @@ Port 8090
# several network interfaces.
BindAddress 0.0.0.0
+# Number of simultaneous HTTP connections that can be handled. It has
+# to be defined *before* the MaxClients parameter, since it defines the
+# MaxClients maximum limit.
+MaxHTTPConnections 2000
+
# Number of simultaneous requests that can be handled. Since FFServer
# is very fast, it is more likely that you will want to leave this high
# and use MaxBandwidth, below.