mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-09-10 13:12:49 +02:00
docs(config): warn about federation key query timeout caveat
Some checks failed
Documentation / Build and Deploy Documentation (push) Has been skipped
Checks / Prefligit / prefligit (push) Failing after 3s
Release Docker Image / define-variables (push) Failing after 2s
Release Docker Image / build-image (linux/amd64, release, linux-amd64, base) (push) Has been skipped
Release Docker Image / build-image (linux/arm64, release, linux-arm64, base) (push) Has been skipped
Release Docker Image / merge (push) Has been skipped
Checks / Rust / Format (push) Failing after 3s
Checks / Rust / Clippy (push) Failing after 10s
Checks / Rust / Cargo Test (push) Failing after 13s
Some checks failed
Documentation / Build and Deploy Documentation (push) Has been skipped
Checks / Prefligit / prefligit (push) Failing after 3s
Release Docker Image / define-variables (push) Failing after 2s
Release Docker Image / build-image (linux/amd64, release, linux-amd64, base) (push) Has been skipped
Release Docker Image / build-image (linux/arm64, release, linux-arm64, base) (push) Has been skipped
Release Docker Image / merge (push) Has been skipped
Checks / Rust / Format (push) Failing after 3s
Checks / Rust / Clippy (push) Failing after 10s
Checks / Rust / Cargo Test (push) Failing after 13s
Signed-off-by: rooot <hey@rooot.gay>
This commit is contained in:
parent
5399ac97f2
commit
811623adb8
2 changed files with 6 additions and 2 deletions
|
@ -328,7 +328,9 @@
|
|||
# Federation client connection timeout (seconds). You should not set this
|
||||
# to high values, as dead homeservers can significantly slow down federation,
|
||||
# specifically key retrieval, which will take roughly the amount of time
|
||||
# you configure here given that a homeserver doesn't respond.
|
||||
# you configure here given that a homeserver doesn't respond. This will
|
||||
# cause most clients to time out /keys/query, causing E2EE and device
|
||||
# verification to fail.
|
||||
#
|
||||
#federation_conn_timeout = 10
|
||||
|
||||
|
|
|
@ -415,7 +415,9 @@ pub struct Config {
|
|||
/// Federation client connection timeout (seconds). You should not set this
|
||||
/// to high values, as dead homeservers can significantly slow down federation,
|
||||
/// specifically key retrieval, which will take roughly the amount of time
|
||||
/// you configure here given that a homeserver doesn't respond.
|
||||
/// you configure here given that a homeserver doesn't respond. This will
|
||||
/// cause most clients to time out /keys/query, causing E2EE and device
|
||||
/// verification to fail.
|
||||
///
|
||||
/// default: 10
|
||||
#[serde(default = "default_federation_conn_timeout")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue