From 1c9ff17920563fee8c0383d86f5bed6ed7dcf6d4 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Wed, 3 Sep 2008 18:16:34 +0000 Subject: Make the maximum number of simultaneous HTTP connections handled by ffserver a configuration parameter. The name of the new parameter introduced is MaxHTTPConnections. Originally committed as revision 15182 to svn://svn.ffmpeg.org/ffmpeg/trunk --- doc/ffserver.conf | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc/ffserver.conf') 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. -- cgit v1.2.3