mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Merge 4.0release.
This commit is contained in:
commit
3da0b57121
9 changed files with 160 additions and 34 deletions
|
@ -1,5 +1,10 @@
|
|||
# all config for srs
|
||||
|
||||
# The id of server, for stat and api identification.
|
||||
# Note that SRS will generate a random id if not configured.
|
||||
# Overwrite by env SRS_SERVER_ID
|
||||
server_id srs-ie193id;
|
||||
|
||||
#############################################################################################
|
||||
# RTMP sections
|
||||
#############################################################################################
|
||||
|
@ -126,6 +131,12 @@ tcmalloc_release_rate 0.8;
|
|||
# Default: on
|
||||
query_latest_version on;
|
||||
|
||||
# First wait when qlv(query latest version), in seconds.
|
||||
# Only available when qlv is enabled.
|
||||
# Overwrite by env SRS_FIRST_WAIT_FOR_QLV
|
||||
# Default: 300
|
||||
first_wait_for_qlv 300;
|
||||
|
||||
# For thread pool.
|
||||
threads {
|
||||
# The thread pool manager cycle interval, in seconds.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue