This commit is contained in:
Concedo 2024-08-04 23:42:22 +08:00
parent 52cc0daa1b
commit 23caa63f94
2 changed files with 3 additions and 3 deletions

View file

@ -41,7 +41,7 @@ maxhordelen = 400
modelbusy = threading.Lock()
requestsinqueue = 0
defaultport = 5001
KcppVersion = "1.72"
KcppVersion = "1.73"
showdebug = True
guimode = False
showsamplerwarning = True
@ -2056,7 +2056,7 @@ def RunServerMultiThreaded(addr, port):
if ipv6_sock:
ipv6_sock = context.wrap_socket(ipv6_sock, server_side=True)
numThreads = 22
numThreads = 24
ipv4_sock.bind((addr, port))
ipv4_sock.listen(numThreads)
if ipv6_sock: