Skip to content
Snippets Groups Projects

Broadcast message stale cache on different Gitlab revisions

All threads resolved!
Compare and Show latest version
3 files
+ 40
8
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -81,7 +81,7 @@ def current(current_path: nil, user_access_level: nil)
def cache
::Gitlab::SafeRequestStore.fetch(:broadcast_message_json_cache) do
Gitlab::JsonCache.new
Gitlab::Cache::JsonCaches::JsonKeyed.new
end
end
Loading