0
0
Fork 0

Change logged-out WebUI HTML pages to be cached for a few seconds (#24708)

This commit is contained in:
Claire 2023-04-28 10:27:26 +02:00 committed by GitHub
parent 8979b70975
commit faa336e3f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 7 additions and 7 deletions

View file

@ -15,7 +15,7 @@ class FollowerAccountsController < ApplicationController
def index
respond_to do |format|
format.html do
expires_in 0, public: true unless user_signed_in?
expires_in(15.seconds, public: true, stale_while_revalidate: 30.seconds, stale_if_error: 1.hour) unless user_signed_in?
end
format.json do