Dirty fix for how much this sucks

This commit is contained in:
Fierelier 2021-04-15 02:53:22 +02:00
parent d5b13430f5
commit 0ac3eb7ba5

View File

@ -41,7 +41,7 @@ timeout = 15 # How long to wait for a connection to respond before timing out?
maxClients = 100 # How many clients can be connected at maximum? maxClients = 100 # How many clients can be connected at maximum?
maxClientsPerIP = 5 # How many clients can be connected at maximum, per IP? maxClientsPerIP = 5 # How many clients can be connected at maximum, per IP?
maxAccumulatedData = 20*1000*1000 # How much data can be in an outbound thread's queue at maximum before the connection is closed? maxAccumulatedData = 20*1000*1000 # How much data can be in an outbound thread's queue at maximum before the connection is closed?
maxInboundTransferRate = 1*1000*1000 # Maximum upload speed for broadcasters. maxInboundTransferRate = 4*1000*1000 # Maximum upload speed for broadcasters.
def commandToList(cmd): def commandToList(cmd):
args = [] args = []