Change RTC realtime to 0 cache

pull/1753/head
winlin 5 years ago
parent 4be1d785b6
commit bda7bdee54

@ -129,10 +129,10 @@
#ifdef SRS_PERF_QUEUE_COND_WAIT #ifdef SRS_PERF_QUEUE_COND_WAIT
// For RTMP, use larger wait queue. // For RTMP, use larger wait queue.
#define SRS_PERF_MW_MIN_MSGS 8 #define SRS_PERF_MW_MIN_MSGS 8
#define SRS_PERF_MW_MIN_MSGS_REALTIME 4 #define SRS_PERF_MW_MIN_MSGS_REALTIME 0
// For RTC, use smaller wait queue. // For RTC, use smaller wait queue.
#define SRS_PERF_MW_MIN_MSGS_FOR_RTC 3 #define SRS_PERF_MW_MIN_MSGS_FOR_RTC 2
#define SRS_PERF_MW_MIN_MSGS_FOR_RTC_REALTIME 1 #define SRS_PERF_MW_MIN_MSGS_FOR_RTC_REALTIME 0
#endif #endif
/** /**
* the default value of vhost for * the default value of vhost for

Loading…
Cancel
Save