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 f238113
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 @@ -103,7 +103,7 @@ if (cluster.isMaster) {
worker_env.input,
worker_env.isChecksum == "true",
worker_env.isContract == "true",
1000
10
);
if(res[1] > 0) {
process.send({
Expand Down

0 comments on commit f238113

Please sign in to comment.