1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

for bug #251, remove the mic(message iovs cache), no use.

This commit is contained in:
winlin 2014-12-10 09:15:38 +08:00
parent 149d5863e9
commit 7150a99f41
7 changed files with 2 additions and 452 deletions

View file

@ -149,11 +149,6 @@ void show_macro_features()
#endif
srs_trace("system default latency in ms: mw(0-%d) + mr(0-%d) + play-queue(0-%d)",
SRS_PERF_MW_SLEEP, possible_mr_latency, SRS_PERF_PLAY_QUEUE*1000);
#ifndef SRS_PERF_MW_MSG_IOVS_CACHE
srs_warn("MIC(message iovs cache) enabled, the connected clients will be"
"disconneted when reload changed the chunk_size.");
#endif
}
void check_macro_features()