We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a03be4 commit 7787c2dCopy full SHA for 7787c2d
.gitignore
@@ -2,5 +2,5 @@ node_modules
2
.logs
3
dump.rdb
4
coverage
5
-config.json
6
*.tar.gz
+config_*.json
lib/orders/version.js
@@ -36,4 +36,4 @@ exports.run = function (callback) {
36
});
37
};
38
39
-exports.reportInterval = 24 * 60 * 60 * 1000; // 1day
+exports.reportInterval = 60 * 60 * 1000; // 1hour
0 commit comments