mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-07 14:35:47 +01:00
lowered analytics disk writes to every ten seconds, because why every 10 minutes? :shipit:
This commit is contained in:
@@ -16,7 +16,7 @@ var uniquevisitors = 0;
|
|||||||
|
|
||||||
var isCategory = /^(?:\/api)?\/category\/(\d+)/;
|
var isCategory = /^(?:\/api)?\/category\/(\d+)/;
|
||||||
|
|
||||||
new cronJob('*/10 * * * *', function () {
|
new cronJob('*/10 * * * * *', function () {
|
||||||
Analytics.writeData();
|
Analytics.writeData();
|
||||||
}, null, true);
|
}, null, true);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user