mirror of
https://github.com/matrix-org/pantalaimon.git
synced 2025-02-25 00:59:58 -05: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
|
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
|
incoming messages will be decryptable, the proxy will be unable to decrypt the
|
||||||
room history. Defaults to "No".
|
room history. Defaults to "No".
|
||||||
|
.It Cm ClientMaxSize
|
||||||
|
The maximum size of a request, in bytes. Defaults to "104857600".
|
||||||
.It Cm SearchRequests
|
.It Cm SearchRequests
|
||||||
This option configures if the proxy should make additional HTTP requests to the
|
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
|
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
|
> incoming messages will be decryptable, the proxy will be unable to decrypt the
|
||||||
> room history. Defaults to "No".
|
> 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
|
Additional to the homeserver section a special section with the name
|
||||||
**Default**
|
**Default**
|
||||||
can be used to configure the following values for all homeservers:
|
can be used to configure the following values for all homeservers:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user