Skip to content

Commit

Permalink
Update interval time to 7 second
Browse files Browse the repository at this point in the history
  • Loading branch information
phutxorai authored Dec 2, 2023
1 parent 1ee05c3 commit ce12caf
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: 5000
interval: 7000
}).pipe(new WriteOrders(this.duckDb));
} catch (error) {
console.log("error in start: ", error);
Expand Down

0 comments on commit ce12caf

Please sign in to comment.