mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Refine const timeouts in time unit
This commit is contained in:
parent
61afca7160
commit
a1398892d0
7 changed files with 9 additions and 9 deletions
|
@ -168,7 +168,7 @@ void SrsIngester::fast_stop()
|
|||
|
||||
// when error, ingester sleep for a while and retry.
|
||||
// ingest never sleep a long time, for we must start the stream ASAP.
|
||||
#define SRS_AUTO_INGESTER_CIMS (3000 * SRS_UTIME_MILLISECONDS)
|
||||
#define SRS_AUTO_INGESTER_CIMS (3 * SRS_UTIME_SECONDS)
|
||||
|
||||
srs_error_t SrsIngester::cycle()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue