Change how analytics is gathered to only gather once per interval

This commit is contained in:
Bill Nottingham
2020-01-20 17:13:14 -05:00
parent 4e46d5d7cd
commit 44e176dde8
5 changed files with 49 additions and 13 deletions

View File

@@ -79,6 +79,12 @@ export default ['i18n', function(i18n) {
AUTOMATION_ANALYTICS_URL: {
type: 'text',
reset: 'AUTOMATION_ANALYTICS_URL',
},
AUTOMATION_ANALYTICS_GATHER_INTERVAL: {
type: 'number',
integer: true,
min: 1800,
reset: 'AUTOMATION_ANALYTICS_GATHER_INTERVAL',
}
},