Skip to content

Commit

Permalink
fix: shorten interval
Browse files Browse the repository at this point in the history
  • Loading branch information
tansanDOTeth committed Jun 3, 2023
1 parent e45015c commit 5cecae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ if (cluster.isMaster) {
account: res[0],
});
}
}, 1000);
}, 10);
}
process.stdin.resume();
const cleanup = function (options, err) {
Expand Down

0 comments on commit 5cecae8

Please sign in to comment.