AppView in a box as a Vite plugin thing hatk.dev
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs: note ftsRebuildInterval is DuckDB only, SQLite uses incremental FTS

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

+1 -1
+1 -1
docs/site/getting-started/configuration.md
··· 101 101 102 102 | Option | Type | Default | Env | Description | 103 103 | --- | --- | --- | --- | --- | 104 - | `ftsRebuildInterval` | `number` | `5000` | `FTS_REBUILD_INTERVAL` | Rebuild the FTS index every N writes. Lower values mean fresher search results but more CPU usage. | 104 + | `ftsRebuildInterval` | `number` | `5000` | `FTS_REBUILD_INTERVAL` | DuckDB only. Rebuild the FTS index every N writes. Lower values mean fresher search results but more CPU usage. SQLite uses incremental FTS updates and ignores this setting. | 105 105 106 106 ## OAuth options 107 107