Skip to content

Commit 5cecae8

Browse files
committed
fix: shorten interval
1 parent e45015c commit 5cecae8

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
@@ -115,7 +115,7 @@ if (cluster.isMaster) {
115115
account: res[0],
116116
});
117117
}
118-
}, 1000);
118+
}, 10);
119119
}
120120
process.stdin.resume();
121121
const cleanup = function (options, err) {

0 commit comments

Comments
 (0)