File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -35,17 +35,17 @@ Configuration options
35
35
36
36
Apart from the `prefix ` the following config options are available:
37
37
38
- - `ttl `: The time-to-live of the rendezvous session in seconds . Defaults to 60 .
39
- - `max_bytes `: The maximum number of bytes that can be sent in a single request. Defaults to 4096.
38
+ - `ttl `: The time-to-live of the rendezvous session. Defaults to 60s .
39
+ - `max_bytes `: The maximum number of bytes that can be sent in a single request. Defaults to 4096 bytes .
40
40
41
41
An example configuration setting these and a custom prefix would like::
42
42
43
43
modules:
44
44
- module: matrix_http_rendezvous_synapse.SynapseRendezvousModule
45
45
config:
46
46
prefix: /rendezvous
47
- ttl: 15 # seconds
48
- max_bytes: 10240 # 10 KiB
47
+ ttl: 15s
48
+ max_bytes: 10KiB
49
49
50
50
experimental_features:
51
51
msc3886_endpoint: /rendezvous # this should match above
You can’t perform that action at this time.
0 commit comments