1
0
Fork 0
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:
winlin 2019-04-17 08:08:31 +08:00
parent 61afca7160
commit a1398892d0
7 changed files with 9 additions and 9 deletions

View file

@ -485,7 +485,7 @@ srs_error_t SrsKafkaProducer::on_close(int key)
return worker->execute(new SrsKafkaMessage(this, key, obj));
}
#define SRS_KAKFA_CIMS (3000 * SRS_UTIME_MILLISECONDS)
#define SRS_KAKFA_CIMS (3 * SRS_UTIME_SECONDS)
srs_error_t SrsKafkaProducer::cycle()
{