Skip to content

Commit 2e0898b

Browse files
committed
Make random expiry longer
1 parent 56c57a7 commit 2e0898b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/hotdog/application.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def initialize()
1515
@options = {
1616
environment: "default",
1717
minimum_expiry: 28800, # 8 hours
18-
random_expiry: 57600, # 16 hours
18+
random_expiry: 604800, # 7 days
1919
force: false,
2020
formatter: get_formatter("plain").new,
2121
headers: false,

0 commit comments

Comments
 (0)