mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2026-05-26 20:49:55 +00:00
feat: Add a config option to change the max TL size for legacy sync
This commit is contained in:
@@ -110,7 +110,7 @@ pub(super) async fn load_joined_room(
|
||||
room_id,
|
||||
previous_sync_end_count,
|
||||
Some(next_batchcount),
|
||||
10_usize,
|
||||
services.config.incremental_sync_max_timeline_size,
|
||||
);
|
||||
|
||||
let receipt_events = services
|
||||
|
||||
@@ -146,7 +146,7 @@ pub(super) async fn load_left_room(
|
||||
room_id,
|
||||
Some(timeline_start_count),
|
||||
Some(timeline_end_count),
|
||||
10_usize,
|
||||
services.config.incremental_sync_max_timeline_size,
|
||||
)
|
||||
.await?;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user