mirror of
https://github.com/matrix-org/pantalaimon.git
synced 2024-10-01 03:35:38 -04:00
Update documentation
This commit is contained in:
parent
196bd48726
commit
f3f2762597
@ -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
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user