mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
for bug #251, refine the queue fast vector. 2.0.66
This commit is contained in:
parent
5a2b8afead
commit
438ee30ac1
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ int SrsRtmpJitter::get_time()
|
|||
SrsFastVector::SrsFastVector()
|
||||
{
|
||||
count = 0;
|
||||
nb_msgs = SRS_PERF_MW_MSGS * 2;
|
||||
nb_msgs = SRS_PERF_MW_MSGS * 8;
|
||||
msgs = new SrsSharedPtrMessage*[nb_msgs];
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue