From 6d4ab8fb90ae2eaa3393dcbd37c83c486202b347 Mon Sep 17 00:00:00 2001
From: DMRobertson
x_forwarded
: Only valid for an 'http' listener. Set to true to use the X-Forwarded-For header as the client IP. Useful when Synapse is
-behind a reverse-proxy.
request_id_header
: The header extracted from each incoming request that is
+used as the basis for the request ID. The request ID is used in
+logs and tracing to
+correlate and match up requests. When unset, Synapse will automatically
+generate sequential request IDs. This option is useful when Synapse is behind
+a reverse-proxy.
Added in Synapse 1.68.0.
resources
: Only valid for an 'http' listener. A list of resources to host
@@ -1008,8 +1017,9 @@ on this homeserver.
Options related to caching.
event_cache_size
The number of events to cache in memory. Not affected by
-caches.global_factor
and is not part of the caches
section. Defaults to 10K.
The number of events to cache in memory. Defaults to 10K. Like other caches,
+this is affected by caches.global_factor
(see below).
Note that this option is not part of the caches
section.
Example configuration:
event_cache_size: 15K
@@ -1314,7 +1324,7 @@ client is attempting to log into. Defaults to per_second: 0.17
,
burst_count: 3
.
failted_attempts
ratelimits login requests based on the account the
+
failed_attempts
ratelimits login requests based on the account the
client is attempting to log into, based on the amount of failed login
attempts for this account. Defaults to per_second: 0.17
, burst_count: 3
.