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
@@ -78,7 +78,7 @@ def current_and_future_messages
def cache
::Gitlab::SafeRequestStore.fetch(:broadcast_message_json_cache) do
Gitlab::JsonCache.new
Gitlab::JsonCache.new(nested_key: true)
end
end
Loading