mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-07-27 10:18:30 +00:00
docs(config): warn about federation key query timeout caveat
Signed-off-by: rooot <hey@rooot.gay>
This commit is contained in:
parent
9051ce63f7
commit
0631094350
2 changed files with 4 additions and 2 deletions
|
@ -329,7 +329,8 @@
|
||||||
# to high values, as dead homeservers can significantly slow down
|
# to high values, as dead homeservers can significantly slow down
|
||||||
# federation, specifically key retrieval, which will take roughly the
|
# federation, specifically key retrieval, which will take roughly the
|
||||||
# amount of time you configure here given that a homeserver doesn't
|
# amount of time you configure here given that a homeserver doesn't
|
||||||
# respond.
|
# respond. This will cause most clients to time out /keys/query, causing
|
||||||
|
# E2EE and device verification to fail.
|
||||||
#
|
#
|
||||||
#federation_conn_timeout = 10
|
#federation_conn_timeout = 10
|
||||||
|
|
||||||
|
|
|
@ -416,7 +416,8 @@ pub struct Config {
|
||||||
/// to high values, as dead homeservers can significantly slow down
|
/// to high values, as dead homeservers can significantly slow down
|
||||||
/// federation, specifically key retrieval, which will take roughly the
|
/// federation, specifically key retrieval, which will take roughly the
|
||||||
/// amount of time you configure here given that a homeserver doesn't
|
/// amount of time you configure here given that a homeserver doesn't
|
||||||
/// respond.
|
/// respond. This will cause most clients to time out /keys/query, causing
|
||||||
|
/// E2EE and device verification to fail.
|
||||||
///
|
///
|
||||||
/// default: 10
|
/// default: 10
|
||||||
#[serde(default = "default_federation_conn_timeout")]
|
#[serde(default = "default_federation_conn_timeout")]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue