mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-10 17:14:36 +00:00
adjust v4-v6 allocation, default back to localhost
This commit is contained in:
parent
40481abf0c
commit
bfdf4b021f
2 changed files with 5 additions and 5 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue