This commit is contained in:
Fierelier 2022-05-30 11:37:26 +02:00
parent 2ef0d0654a
commit 5a9d6e265c
1 changed files with 1 additions and 2 deletions

View File

@ -3,5 +3,4 @@ connBuffer = 1024 # How large can a buffer piece be in bytes?
global bufferCost
bufferCost = 1024 # Virtually add extra cost to each buffer piece to prevent clients from overloading the server by sending super small pieces.
global maxBuffer
maxBuffer = 20*1024*1024 # The maximum buffer size of a stream in bytes. Old buffers are discarded, clients that depend on them get disconnected.
global minDelay
maxBuffer = 20*1024*1024 # The maximum buffer size of a stream in bytes. Old buffers are discarded, clients that depend on them get disconnected.