mirror of
https://github.com/chuot/rdio-scanner.git
synced 2026-08-13 16:33:01 -06:00
Fix environment binding error when pruning calls
This commit is contained in:
parent
2353cfdf59
commit
00a623e50e
|
|
@ -83,7 +83,7 @@ function createApiHandler(): void {
|
||||||
}
|
}
|
||||||
|
|
||||||
function createPruneCallsTimer(): void {
|
function createPruneCallsTimer(): void {
|
||||||
setInterval(() => pruneCalls(), 90000);
|
Meteor.setInterval(() => pruneCalls(), 10000);
|
||||||
}
|
}
|
||||||
|
|
||||||
function getPruneDays(): number | null {
|
function getPruneDays(): number | null {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue