From 73b9d25371ce537bb41ed825c2499a16c3a2ccd5 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Mon, 18 May 2020 17:55:07 -0400 Subject: [PATCH] Remove gather interval setting This is a) the wrong settings key name b) the same as the default in awx/main/conf.py anyway. --- awx/settings/defaults.py | 1 - 1 file changed, 1 deletion(-) diff --git a/awx/settings/defaults.py b/awx/settings/defaults.py index d26afd68a9..1f0c0ea0a9 100644 --- a/awx/settings/defaults.py +++ b/awx/settings/defaults.py @@ -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.