mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-07 21:41:19 +02:00
adjust v4-v6 allocation, default back to localhost
This commit is contained in:
+1
-1
@@ -2056,7 +2056,7 @@ def RunServerMultiThreaded(addr, port):
|
||||
if ipv6_sock:
|
||||
ipv6_sock = context.wrap_socket(ipv6_sock, server_side=True)
|
||||
|
||||
numThreads = 20
|
||||
numThreads = 22
|
||||
ipv4_sock.bind((addr, port))
|
||||
ipv4_sock.listen(numThreads)
|
||||
if ipv6_sock:
|
||||
|
||||
Reference in New Issue
Block a user