reduce running ping to once every 24h

This commit is contained in:
Michael Schramm 2020-06-04 12:45:18 +02:00
parent 9b9bb37686
commit 439105d834

View File

@ -41,7 +41,7 @@ export class InstallationMetricsService implements OnApplicationBootstrap {
action_name: 'running',
ua: process.arch
})
}, 3600000)
}, 24 * 60 * 60 * 1000)
}