Merge branch 'hotfix/1.5.3' into develop
This commit is contained in:
@@ -31,7 +31,7 @@ class GlobalConfig
|
||||
if cached_value.blank?
|
||||
value_from_db = db_fallback(config_key)
|
||||
cached_value = { value: value_from_db }.to_json
|
||||
$alfred.set(cache_key, cached_value, { expiry: DEFAULT_EXPIRY })
|
||||
$alfred.set(cache_key, cached_value, { ex: DEFAULT_EXPIRY })
|
||||
end
|
||||
|
||||
JSON.parse(cached_value)['value']
|
||||
|
||||
Reference in New Issue
Block a user