reduce running ping to once every 24h
This commit is contained in:
parent
9b9bb37686
commit
439105d834
@ -41,7 +41,7 @@ export class InstallationMetricsService implements OnApplicationBootstrap {
|
||||
action_name: 'running',
|
||||
ua: process.arch
|
||||
})
|
||||
}, 3600000)
|
||||
}, 24 * 60 * 60 * 1000)
|
||||
}
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user