mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Fix #1352, fix typo of daemon.
This commit is contained in:
parent
ffe391aa49
commit
5d8fb01b45
6 changed files with 18 additions and 18 deletions
|
@ -902,7 +902,7 @@ srs_error_t SrsServer::do_cycle()
|
|||
// for asprocess.
|
||||
bool asprocess = _srs_config->get_asprocess();
|
||||
|
||||
// the deamon thread, update the time cache
|
||||
// the daemon thread, update the time cache
|
||||
// TODO: FIXME: use SrsHourGlass.
|
||||
while (true) {
|
||||
if (handler && (err = handler->on_cycle()) != srs_success) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue