mirror of
https://github.com/matrix-org/pantalaimon.git
synced 2025-09-24 22:48:42 -04:00
config: Make the delay between room history fetching configurable.
This commit is contained in:
parent
0ad0da2151
commit
e766b1ae4b
3 changed files with 17 additions and 3 deletions
|
@ -76,6 +76,9 @@ rooms are forwarded to the Homeserver. Defaults to "True".
|
|||
.It Cm IndexingBatchSize
|
||||
The number of messages that should be requested from the Homeserver when we
|
||||
fetch and index messages from the room history. Defaults to 100.
|
||||
.It Cm HistoryFetchDelay
|
||||
The amount of time to wait between room message history requests to the
|
||||
Homeserver in ms. Defaults to 3000.
|
||||
.El
|
||||
.Pp
|
||||
Aditional to the homeserver section a special section with the name
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue