reduced sleep time

This commit is contained in:
dd 2021-04-17 23:39:13 -04:00
parent c6bd2d27a5
commit 3ad720ac33
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ async function runPartialLiquidator() {
const markets = await Promise.all(mangoGroup.spotMarkets.map(
(pk) => Market.load(connection, pk, {skipPreflight: true, commitment: 'singleGossip'}, dexProgramId)
))
const sleepTime = 5000
const sleepTime = 0
// TODO handle failures in any of the steps
// Find a way to get all margin accounts without querying fresh--get incremental updates to margin accounts