diff options
| author | Ellie Huxtable <ellie@atuin.sh> | 2026-03-18 16:14:58 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-18 16:14:58 +0000 |
| commit | 02d114fa2b6c4332ab0fdb7b861f3c4e1b3e4027 (patch) | |
| tree | 17bee070e4e4bbae1094e849cbc1483d4e81f96d /docs | |
| parent | docs: fix typo in FAQ alternatives section (#3292) (diff) | |
| parent | docs: Remove 'experimental' status from Atuin Daemon (diff) | |
| download | atuin-02d114fa2b6c4332ab0fdb7b861f3c4e1b3e4027.zip | |
docs: Remove 'experimental' status from Atuin Daemon (#3295)
What is says on the tin
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/docs/reference/daemon.md | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/docs/docs/reference/daemon.md b/docs/docs/reference/daemon.md index 49080e88..540404bb 100644 --- a/docs/docs/reference/daemon.md +++ b/docs/docs/reference/daemon.md @@ -1,18 +1,16 @@ # daemon ## `atuin daemon` -_This is experimental!_ The Atuin daemon is a background daemon designed to 1. Speed up database writes 2. Allow machines to sync when not in use, so they're ready to go right away -3. Perform background maintenance +3. Provides a hot in-memory fuzzy searcher +4. Perform background maintenance It may also work around issues with ZFS/SQLite performance. -It's currently experimental, but is safe to use with a little bit of setup - ## To enable Add the following to the bottom of your Atuin config file |
