Skip to content

Commit

Permalink
feat: update okx frequency
Browse files Browse the repository at this point in the history
  • Loading branch information
ipeleg committed Mar 15, 2024
1 parent d3c7c87 commit 629a25c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jobs/okx-sync/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { Okx } from "../../utils/okx";

if (config.doRealtimeWork) {
if (new Okx().getChainName()) {
cron.schedule("*/20 * * * * *", async () => {
cron.schedule("*/30 * * * * *", async () => {
const lockAcquired = await acquireLock(
realtimeQueueListings.getLockKey(),
30
Expand Down

0 comments on commit 629a25c

Please sign in to comment.