mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-28 16:01:30 +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:
|
else:
|
||||||
t = time.time()
|
t = time.time()
|
||||||
continue
|
continue
|
||||||
|
t = time.time()
|
||||||
client = ClientThread(self, self.network, connection)
|
client = ClientThread(self, self.network, connection)
|
||||||
client.start()
|
client.start()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue