Skip to content

Commit

Permalink
adjust caching
Browse files Browse the repository at this point in the history
  • Loading branch information
cguess committed Oct 24, 2024
1 parent f5f90ff commit 9623ff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/public_access/media_controller.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
class PublicAccess::MediaController < ApplicationController
caches_action :index, :show, expires_in: 30.seconds
caches_action :index, :show, expires_in: 1.day

sig { void }
def index
Expand Down

0 comments on commit 9623ff6

Please sign in to comment.