mirror of
https://github.com/matrix-org/pantalaimon.git
synced 2026-01-03 17:15:36 -05:00
Update documentation
This commit is contained in:
parent
196bd48726
commit
f3f2762597
2 changed files with 6 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue