+FTS5 Rebuild

This commit is contained in:
Simon Martens
2026-01-30 16:22:19 +01:00
parent 52fecc0d05
commit 82c3c9c1e3
17 changed files with 1475 additions and 174 deletions

View File

@@ -747,6 +747,8 @@ func (app *App) bindPages(engine *templating.Engine) ServeFunc {
page.Setup(e.Router, app, engine)
}
StartWeeklyFTS5Rebuild(e.App)
return e.Next()
}
}