diff options
author | rinpatch <rinpatch@sdf.org> | 2020-10-21 21:13:49 +0300 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2020-10-21 21:14:58 +0300 |
commit | fb0e3403632ed10ba7d226d998618e0a894d2538 (patch) | |
tree | 0e818541570d71bc63676b7b7f7d2454af48ed8a /docs | |
parent | 274c8e6fabeb65813f76766ccaa22227168c726e (diff) | |
download | pleroma-fb0e3403632ed10ba7d226d998618e0a894d2538.tar.gz |
Rip out fedsockets from the release branch
Diffstat (limited to 'docs')
-rw-r--r-- | docs/configuration/cheatsheet.md | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/docs/configuration/cheatsheet.md b/docs/configuration/cheatsheet.md index 0b13d7e88..2c41ee932 100644 --- a/docs/configuration/cheatsheet.md +++ b/docs/configuration/cheatsheet.md @@ -219,16 +219,6 @@ config :pleroma, :mrf_user_allowlist, %{ * `total_user_limit`: the number of scheduled activities a user is allowed to create in total (Default: `300`) * `enabled`: whether scheduled activities are sent to the job queue to be executed -## FedSockets -FedSockets is an experimental feature allowing for Pleroma backends to federate using a persistant websocket connection as opposed to making each federation a seperate http connection. This feature is currently off by default. It is configurable throught he following options. - -### :fedsockets -* `enabled`: Enables FedSockets for this instance. `false` by default. -* `connection_duration`: Time an idle websocket is kept open. -* `rejection_duration`: Failures to connect via FedSockets will not be retried for this period of time. -* `fed_socket_fetches` and `fed_socket_rejections`: Settings passed to `cachex` for the fetch registry, and rejection stacks. See `Pleroma.Web.FedSockets` for more details. - - ## Frontends ### :frontend_configurations |