mirror of
https://github.com/ansible/awx.git
synced 2026-02-15 10:10:01 -03:30
Change how analytics is gathered to only gather once per interval
This commit is contained in:
@@ -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',
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user