mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
refine the max connections, compare the system ulimit max open files, error when exeed limit
This commit is contained in:
parent
5f7ff37e64
commit
ebf9e560b1
24 changed files with 133 additions and 4 deletions
|
@ -2,7 +2,8 @@
|
|||
# @see https://github.com/winlinvip/simple-rtmp-server/wiki/DRM
|
||||
# @see full.conf for detail config.
|
||||
|
||||
listen 1935;
|
||||
listen 1935
|
||||
max_connections 1000;
|
||||
vhost __defaultVhost__ {
|
||||
mode remote;
|
||||
origin 127.0.0.1:19350;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue