diff --git a/fstream-server.py b/fstream-server.py index cec9475..12cab0b 100644 --- a/fstream-server.py +++ b/fstream-server.py @@ -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? 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? -maxInboundTransferRate = 1*1000*1000 # Maximum upload speed for broadcasters. +maxInboundTransferRate = 4*1000*1000 # Maximum upload speed for broadcasters. def commandToList(cmd): args = []