for bug #251, refine the queue fast vector. 2.0.66
This commit is contained in:
parent
5a2b8afead
commit
438ee30ac1
|
|
@ -160,7 +160,7 @@ int SrsRtmpJitter::get_time()
|
||||||
SrsFastVector::SrsFastVector()
|
SrsFastVector::SrsFastVector()
|
||||||
{
|
{
|
||||||
count = 0;
|
count = 0;
|
||||||
nb_msgs = SRS_PERF_MW_MSGS * 2;
|
nb_msgs = SRS_PERF_MW_MSGS * 8;
|
||||||
msgs = new SrsSharedPtrMessage*[nb_msgs];
|
msgs = new SrsSharedPtrMessage*[nb_msgs];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user