increase max clients to 4
This commit is contained in:
@@ -38,7 +38,7 @@ class TranscriptionServer:
|
|||||||
self.clients = {}
|
self.clients = {}
|
||||||
self.websockets = {}
|
self.websockets = {}
|
||||||
self.clients_start_time = {}
|
self.clients_start_time = {}
|
||||||
self.max_clients = 1
|
self.max_clients = 4
|
||||||
self.max_connection_time = 600 # in seconds
|
self.max_connection_time = 600 # in seconds
|
||||||
|
|
||||||
def get_wait_time(self):
|
def get_wait_time(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user