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

Perf: Improve fast find for pithy print

This commit is contained in:
winlin 2021-02-24 20:56:17 +08:00
parent 3a7c742f07
commit adfca6069c
2 changed files with 10 additions and 2 deletions

View file

@ -111,6 +111,7 @@ class SrsPithyPrint
{
private:
int client_id;
SrsStageInfo* cache_;
int stage_id;
srs_utime_t _age;
srs_utime_t previous_tick;