Skip to content

Commit 7787c2d

Browse files
committed
缩短版本的上报时间
1 parent 5a03be4 commit 7787c2d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ node_modules
22
.logs
33
dump.rdb
44
coverage
5-
config.json
65
*.tar.gz
6+
config_*.json

lib/orders/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ exports.run = function (callback) {
3636
});
3737
};
3838

39-
exports.reportInterval = 24 * 60 * 60 * 1000; // 1day
39+
exports.reportInterval = 60 * 60 * 1000; // 1hour

0 commit comments

Comments
 (0)