diff options
author | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-03-03 09:45:18 +0000 |
---|---|---|
committer | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-03-03 09:45:18 +0000 |
commit | df3c59d9280b94cf99571cbbd1b10c334db8e44d (patch) | |
tree | 73dc851cd90e95cb2b22a6253a06c6c611f13a87 | |
parent | a3ad028973154dafad910d4d73d7d4d4822627c1 (diff) | |
download | pleroma-df3c59d9280b94cf99571cbbd1b10c334db8e44d.tar.gz |
Apply suggestion to docs/configuration/cheatsheet.md
-rw-r--r-- | docs/configuration/cheatsheet.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configuration/cheatsheet.md b/docs/configuration/cheatsheet.md index f735b19b8..65f37e846 100644 --- a/docs/configuration/cheatsheet.md +++ b/docs/configuration/cheatsheet.md @@ -416,7 +416,7 @@ It will increase memory usage, but federation would work faster. Advanced settings for workers pools. -There's four pools used: +There are four pools used: * `:federation` for the federation jobs. You may want this pool max_connections to be at least equal to the number of federator jobs + retry queue jobs. |