mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-27 23:41:35 +00:00
fix daemon timeout
This commit is contained in:
parent
d60dc94e16
commit
374efd970e
1 changed files with 1 additions and 0 deletions
|
@ -214,6 +214,7 @@ class NetworkServer:
|
|||
else:
|
||||
t = time.time()
|
||||
continue
|
||||
t = time.time()
|
||||
client = ClientThread(self, self.network, connection)
|
||||
client.start()
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue