From dd57a06ee254a072724531dac3df7727e8c8e5da Mon Sep 17 00:00:00 2001 From: Zhaofeng Li Date: Sat, 31 Dec 2022 21:50:14 -0700 Subject: [PATCH] book/tutorial: "worker" was renamed to "api-server" --- book/src/tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/src/tutorial.md b/book/src/tutorial.md index b39e0ce..e69dc21 100644 --- a/book/src/tutorial.md +++ b/book/src/tutorial.md @@ -200,5 +200,5 @@ Take a look at `~/.config/attic/server.toml` to see what you can configure! While it's easy to get started by running `atticd` in monolithic mode, for production use it's best to run different components of `atticd` separately with `--mode`: -- `worker`: Stateless and can be replicated. +- `api-server`: Stateless and can be replicated. - `garbage-collector`: Performs periodic garbage collection. Cannot be replicated.