remove delay

Signed-off-by: microwavedcola1 <microwavedcola@gmail.com>
This commit is contained in:
microwavedcola1 2023-03-29 20:37:36 +02:00
parent c6b9c70d4d
commit e677f78ea1
1 changed files with 0 additions and 3 deletions

View File

@ -328,9 +328,6 @@ async function fullMarketMaker() {
onExit(client, group, mangoAccount, Array.from(marketContexts.values()));
});
// Random delay to startup
await new Promise((r) => setTimeout(r, control.interval / Math.random()));
// Loop indefinitely
while (control.isRunning) {
try {