chore: Clippy fixes

This commit is contained in:
Ginger 2025-10-28 10:06:40 -04:00
parent f0f10f8f3e
commit 3e6571a2b8
6 changed files with 19 additions and 11 deletions

View file

@ -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