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)
|
||||
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()
|
||||
|
||||
async def stop(self, cleanup=True):
|
||||
|
|
Loading…
Reference in a new issue