mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Refine typo in service.
This commit is contained in:
parent
224d7c539f
commit
4d25520f99
2 changed files with 2 additions and 2 deletions
|
@ -41,7 +41,7 @@ class SrsWallClock;
|
|||
class SrsTcpClient;
|
||||
|
||||
// The default timeout for http client.
|
||||
#define SRS_HTTP_CLIENT_TIMEOUT (30// SRS_UTIME_SECONDS)
|
||||
#define SRS_HTTP_CLIENT_TIMEOUT (30 * SRS_UTIME_SECONDS)
|
||||
|
||||
// The client to GET/POST/PUT/DELETE over HTTP.
|
||||
// @remark We will reuse the TCP transport until initialize or channel error,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue