Update documentation

This commit is contained in:
Igor Artemenko 2022-12-08 19:05:42 +00:00
parent 196bd48726
commit f3f2762597
No known key found for this signature in database
GPG Key ID: E993592DCB6C45E9
2 changed files with 6 additions and 0 deletions

View File

@ -56,6 +56,8 @@ This option configures if a proxy instance should only keep the latest version
of a room key from a certain user around. This effectively means that only newly
incoming messages will be decryptable, the proxy will be unable to decrypt the
room history. Defaults to "No".
.It Cm ClientMaxSize
The maximum size of a request, in bytes. Defaults to "104857600".
.It Cm SearchRequests
This option configures if the proxy should make additional HTTP requests to the
server when clients use the search API endpoint. Some data that is required to

View File

@ -69,6 +69,10 @@ The following keys are optional in the proxy instance sections:
> incoming messages will be decryptable, the proxy will be unable to decrypt the
> room history. Defaults to "No".
**ClientMaxSize**
> The maximum size of a request, in bytes. Defaults to "104857600".
Additional to the homeserver section a special section with the name
**Default**
can be used to configure the following values for all homeservers: