Remove gather interval setting

This is a) the wrong settings key name
b) the same as the default in awx/main/conf.py anyway.
This commit is contained in:
Bill Nottingham 2020-05-18 17:55:07 -04:00
parent 73b0506e96
commit 73b9d25371

View File

@ -644,7 +644,6 @@ INSIGHTS_TRACKING_STATE = False
# Last gather date for Analytics
AUTOMATION_ANALYTICS_LAST_GATHER = None
AUTOMATION_ANALYTICS_INTERVAL = 14400
# Default list of modules allowed for ad hoc commands.
# Note: This setting may be overridden by database settings.