1
0
Fork 0
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:
winlin 2014-12-07 13:37:56 +08:00
parent 5a2b8afead
commit 438ee30ac1

View file

@ -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];
}