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