1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

refine pithy print to more easyer to use 2.0.121.

This commit is contained in:
winlin 2015-02-19 18:56:21 +08:00
parent 9d233db27e
commit 1102c7a58f
23 changed files with 242 additions and 332 deletions

View file

@ -1227,26 +1227,4 @@ vhost removed.srs.com {
# config for the pithy print,
# which always print constant message specified by interval,
# whatever the clients in concurrency.
pithy_print {
# shared print interval for all publish clients, in milliseconds.
# default: 10000
publish 10000;
# shared print interval for all play clients, in milliseconds.
# default: 10000
play 10000;
# shared print interval for all forwarders, in milliseconds.
# default: 10000
forwarder 10000;
# shared print interval for all encoders, in milliseconds.
# default: 10000
encoder 10000;
# shared print interval for all ingesters, in milliseconds.
# default: 10000
ingester 10000;
# shared print interval for all hls, in milliseconds.
# default: 10000
hls 10000;
# shared print interval for all edge, in milliseconds.
# default: 10000
edge 10000;
}
pithy_print_ms 10000;