Skip to content

Commit

Permalink
Reduce loop time from 30 sec to 10 sec
Browse files Browse the repository at this point in the history
  • Loading branch information
pravinba9495 committed Feb 15, 2022
1 parent b6f2593 commit 45a62f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ process.on("unhandledRejection", (error) => {
} catch (error) {
console.error(error);
}
await Wait(30);
await Wait(10);
}
await redis.disconnect();
} catch (error) {
Expand Down

0 comments on commit 45a62f8

Please sign in to comment.