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

update pithy-print to 10s. refine log

This commit is contained in:
winlin 2014-05-04 10:45:13 +08:00
parent 243a2eabf5
commit a4410a4fa9
10 changed files with 68 additions and 41 deletions

View file

@ -902,24 +902,24 @@ vhost refer.anti_suck.com {
# whatever the clients in concurrency.
pithy_print {
# shared print interval for all publish clients, in milliseconds.
# if not specified, set to 1100.
# default: 10000
publish 10000;
# shared print interval for all play clients, in milliseconds.
# if not specified, set to 1300.
# default: 10000
play 10000;
# shared print interval for all forwarders, in milliseconds.
# if not specified, set to 2000.
# default: 10000
forwarder 10000;
# shared print interval for all encoders, in milliseconds.
# if not specified, set to 2000.
# default: 10000
encoder 10000;
# shared print interval for all ingesters, in milliseconds.
# if not specified, set to 2000.
# default: 10000
ingester 10000;
# shared print interval for all hls, in milliseconds.
# if not specified, set to 2000.
# default: 10000
hls 10000;
# shared print interval for all edge, in milliseconds.
# if not specified, set to 2000.
# default: 10000
edge 10000;
}