chore: Clippy fixes
This commit is contained in:
parent
f0f10f8f3e
commit
3e6571a2b8
6 changed files with 19 additions and 11 deletions
|
|
@ -1196,10 +1196,11 @@
|
|||
#
|
||||
#typing_client_timeout_max_s = 45
|
||||
|
||||
# The maximum number of events to send at once for non-limited legacy syncs.
|
||||
# Has no effect on sliding sync. This parameter also affects how many messages from each room
|
||||
# are sent to the client on initial syncs, and larger values will make initial syncs slower.
|
||||
# The default of 10 is reasonable for most use cases.
|
||||
# The maximum number of events to send at once for non-limited legacy
|
||||
# syncs. Has no effect on sliding sync. This parameter also affects how
|
||||
# many messages from each room are sent to the client on initial syncs;
|
||||
# larger values will make initial syncs slower. The default of 10 is
|
||||
# reasonable for most use cases.
|
||||
#
|
||||
#incremental_sync_max_timeline_size = 10
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue