mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2025-01-24 01:28:47 +00:00
Move crontab for sitemap to hourly
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
1de802a36c
commit
0f82363878
1 changed files with 1 additions and 1 deletions
|
@ -238,7 +238,7 @@ config :mobilizon, Oban,
|
||||||
log: false,
|
log: false,
|
||||||
queues: [default: 10, search: 5, mailers: 10, background: 5],
|
queues: [default: 10, search: 5, mailers: 10, background: 5],
|
||||||
crontab: [
|
crontab: [
|
||||||
{"@daily", Mobilizon.Service.Workers.BuildSiteMap, queue: :background}
|
{"@hourly", Mobilizon.Service.Workers.BuildSiteMap, queue: :background}
|
||||||
]
|
]
|
||||||
|
|
||||||
config :mobilizon, :rich_media,
|
config :mobilizon, :rich_media,
|
||||||
|
|
Loading…
Reference in a new issue