Skip to content
Snippets Groups Projects
Commit a7734f6c authored by Cody Cutrer's avatar Cody Cutrer
Browse files

if no config changed, don't forget the old config

Change-Id: I24509dce1a218e67d8438c5405506dcdc711cd33
Reviewed-on: https://gerrit.instructure.com/126702


Reviewed-by: default avatarRob Orton <rob@instructure.com>
Tested-by: Jenkins
Product-Review: Cody Cutrer <cody@instructure.com>
QA-Review: Cody Cutrer <cody@instructure.com>
parent 0182718d
Branches
Tags release/2018-07-14.04
No related merge requests found
......@@ -44,6 +44,8 @@ load_cache_config = -> do
if last_cluster_cache_config != config
cache_map[cluster] = Canvas.lookup_cache_store(config, cluster)
else
cache_map[cluster] = Switchman.config[:cache_map][cluster]
end
end
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment