提交 5b4e0d66 编写于 作者: C CodFrm

时间间隔缩短

上级 54064da0
......@@ -6,6 +6,6 @@ config.duration = (config.interval || 0.1) * 60000;
Object.defineProperty(global.config, 'duration', {
get: function () {
let interval = (config.interval || 0.1) * 60000;
return common.randNumber(interval - interval / 2, interval + interval * 2);
return common.randNumber(interval - interval / 2, interval + interval / 2);
}
});
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册