Skip to content

Commit

Permalink
for bug #251, refine the queue fast vector. 2.0.66
Browse files Browse the repository at this point in the history
  • Loading branch information
winlinvip committed Dec 7, 2014
1 parent 5a2b8af commit 438ee30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trunk/src/app/srs_app_source.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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];
}

Expand Down

0 comments on commit 438ee30

Please sign in to comment.