Allow priceUpdater to run without storing to database
This commit is contained in:
@@ -194,6 +194,7 @@ class Server {
|
||||
await memPool.$updateMempool(newMempool, pollRate);
|
||||
}
|
||||
indexer.$run();
|
||||
priceUpdater.$run();
|
||||
|
||||
// rerun immediately if we skipped the mempool update, otherwise wait POLL_RATE_MS
|
||||
const elapsed = Date.now() - start;
|
||||
|
||||
Reference in New Issue
Block a user