Skip to content

Commit f238113

Browse files
committed
fix: shorten interval
1 parent e45015c commit f238113

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ if (cluster.isMaster) {
103103
worker_env.input,
104104
worker_env.isChecksum == "true",
105105
worker_env.isContract == "true",
106-
1000
106+
10
107107
);
108108
if(res[1] > 0) {
109109
process.send({

0 commit comments

Comments
 (0)