Skip to content

Commit

Permalink
chore: pump interval to 10000
Browse files Browse the repository at this point in the history
  • Loading branch information
ducphamle2 committed Dec 2, 2023
1 parent ce12caf commit 1ba5cf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/oraidex-sync/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ class OraiDexSync {
queryTags: [],
limit: parseInt(process.env.LIMIT) || 1000,
maxThreadLevel: parseInt(process.env.MAX_THREAD_LEVEL) || 3,
interval: 7000
interval: 10000
}).pipe(new WriteOrders(this.duckDb));
} catch (error) {
console.log("error in start: ", error);
Expand Down

0 comments on commit 1ba5cf3

Please sign in to comment.