Commit 748188da authored by Patrick Bajao's avatar Patrick Bajao

Merge branch 'increase_caching_expiration_time_merge_request_api' into 'master'

Increase expiration time for the merge request api cache

See merge request gitlab-org/gitlab!69354
parents bfd5c93d ab5755f1
......@@ -202,7 +202,7 @@ module API
options[:project] = user_project
if Feature.enabled?(:api_caching_merge_requests, user_project, type: :development, default_enabled: :yaml)
present_cached merge_requests, expires_in: 12.hours, **options
present_cached merge_requests, expires_in: 25.hours, **options
else
present merge_requests, options
end
......
Markdown is supported
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