mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
set send socket buf. mw/mr sleep default to 350.
This commit is contained in:
parent
4d1c162ebd
commit
fad6074a25
10 changed files with 101 additions and 36 deletions
|
@ -158,14 +158,15 @@ vhost mrw.srs.com {
|
|||
# when there are 2500 publisher, the total memory of SRS atleast:
|
||||
# 183KB * 2500 = 446MB
|
||||
# the value recomment is [300, 2000]
|
||||
# default: 500
|
||||
latency 500;
|
||||
# default: 350
|
||||
latency 350;
|
||||
}
|
||||
# set the MW(merged-write) latency in ms.
|
||||
# SRS always set mw on, so we just set the latency value.
|
||||
# the latency of stream >= mw_latency + mr_latency
|
||||
# default: 500
|
||||
mw_latency 500;
|
||||
# the value recomment is [300, 1800]
|
||||
# default: 350
|
||||
mw_latency 350;
|
||||
}
|
||||
|
||||
# vhost for edge, edge and origin is the same vhost
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue