We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89c9812 commit 490024fCopy full SHA for 490024f
lib/plausible/application.ex
@@ -138,9 +138,9 @@ defmodule Plausible.Application do
138
warmers: [
139
refresh_all:
140
{PlausibleWeb.TrackerScriptCache.All,
141
- interval: :timer.minutes(60) + Enum.random(1..:timer.seconds(10))},
+ interval: :timer.minutes(180) + Enum.random(1..:timer.seconds(10))},
142
refresh_updated_recently:
143
- {PlausibleWeb.TrackerScriptCache.RecentlyUpdated, interval: :timer.seconds(60)}
+ {PlausibleWeb.TrackerScriptCache.RecentlyUpdated, interval: :timer.seconds(120)}
144
]
145
)
146
end,
0 commit comments