forked from LBRYCommunity/lbry-sdk
fast and furious
This commit is contained in:
parent
612066165a
commit
8bc07fad32
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ class SPVNode:
|
||||||
}
|
}
|
||||||
os.environ.update(conf)
|
os.environ.update(conf)
|
||||||
self.server = Server(Env(self.coin_class))
|
self.server = Server(Env(self.coin_class))
|
||||||
self.server.bp.prefetcher.polling_delay = 0.5
|
self.server.mempool.refresh_secs = self.server.bp.prefetcher.polling_delay = 0.5
|
||||||
await self.server.start()
|
await self.server.start()
|
||||||
|
|
||||||
async def stop(self, cleanup=True):
|
async def stop(self, cleanup=True):
|
||||||
|
|
Loading…
Reference in a new issue