mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
FIX: on upgrade via discourse docker client json not updating
This commit is contained in:
parent
e8323fa534
commit
63404b16bb
2 changed files with 9 additions and 1 deletions
|
@ -177,7 +177,10 @@ module SiteSettingExtension
|
|||
end
|
||||
|
||||
def self.client_settings_cache_key
|
||||
"client_settings_json"
|
||||
# NOTE: we use the git version in the key to ensure
|
||||
# that we don't end up caching the incorrect version
|
||||
# in cases where we are cycling unicorns
|
||||
"client_settings_json_#{Discourse.git_version}"
|
||||
end
|
||||
|
||||
# refresh all the site settings
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue