mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
for bug #249, simplify the macro, 0 to disable chunk stream cache.
This commit is contained in:
parent
159ef3823c
commit
57f844b636
2 changed files with 8 additions and 1 deletions
|
@ -75,6 +75,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|||
* how many chunk stream to cache, [0, N].
|
||||
* to imporove about 10% performance when chunk size small, and 5% for large chunk.
|
||||
* @see https://github.com/winlinvip/simple-rtmp-server/issues/249
|
||||
* @remark 0 to disable the chunk stream cache.
|
||||
*/
|
||||
#define SRS_PERF_CHUNK_STREAM_CACHE 16
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue