Add timed cache expiration on CfP partials
(cherry picked from commit f339c191c13c204e9c0a78df1bc083e882b2d2eb)
This commit is contained in:
parent
f22afe0644
commit
c4219bbaf9
2 changed files with 4 additions and 2 deletions
|
|
@ -1,4 +1,5 @@
|
||||||
- cache [conference_id, call, event_types, tracks, '#splash#callforpapers'] do
|
- cache([conference_id, call, event_types, tracks, '#splash#callforpapers'],
|
||||||
|
expires_in: 1.hour) do
|
||||||
.col-md-4.col-sm-4.text-center
|
.col-md-4.col-sm-4.text-center
|
||||||
%h2
|
%h2
|
||||||
Call for Papers
|
Call for Papers
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,5 @@
|
||||||
- cache [conference_id, call, '#splash#callfortracks'] do
|
- cache([conference_id, call, '#splash#callfortracks'],
|
||||||
|
expires_in: 1.hour) do
|
||||||
.col-md-4.col-sm-4.text-center
|
.col-md-4.col-sm-4.text-center
|
||||||
%h2
|
%h2
|
||||||
Call for Tracks
|
Call for Tracks
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue