Skip to content

Commit

Permalink
chore: log config
Browse files Browse the repository at this point in the history
  • Loading branch information
meomeocoj committed Jul 15, 2024
1 parent e831f5b commit 09649d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/orchestrator/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ const connection: ConnectionOptions = {
return Math.max(Math.min(Math.exp(times), 20000), 1000);
},
};
console.log({ config });
const tonQueue = new Queue("ton", { connection });

(async () => {
Expand Down

0 comments on commit 09649d1

Please sign in to comment.