Skip to content

Commit

Permalink
fix(search): rebuild index every 15m
Browse files Browse the repository at this point in the history
  • Loading branch information
BreadGenie authored Nov 6, 2023
1 parent 237e533 commit c14a206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wiki/hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
# ---------------

scheduler_events = {
"hourly": ["wiki.wiki.doctype.wiki_page.search.rebuild_index_in_background"],
"cron": {"*/15 * * * *": ["wiki.wiki.doctype.wiki_page.search.rebuild_index_in_background"]}
}

# scheduler_events = {
Expand Down

0 comments on commit c14a206

Please sign in to comment.