clearing all relevant cache if enterprise customer change DSC enable flag.

This commit is contained in:
Hammad Ahmad Waqas
2019-05-13 20:30:27 +05:00
parent 82ce621e0f
commit cdc8ddf190
5 changed files with 151 additions and 8 deletions

View File

@@ -3354,7 +3354,7 @@ SYSTEM_TO_FEATURE_ROLE_MAPPING = {
],
}
DATA_CONSENT_SHARE_CACHE_TIMEOUT = None # Never expire
DATA_CONSENT_SHARE_CACHE_TIMEOUT = 8 * 60 * 60 # 8 hours
ENTERPRISE_MARKETING_FOOTER_QUERY_PARAMS = {}