increase backfill limit
This commit is contained in:
parent
be2f7b695b
commit
62d5b5c770
1 changed files with 1 additions and 1 deletions
|
@ -1187,7 +1187,7 @@ impl Service {
|
|||
federation::backfill::get_backfill::v1::Request {
|
||||
room_id: room_id.to_owned(),
|
||||
v: vec![first_pdu.1.event_id.as_ref().to_owned()],
|
||||
limit: uint!(100),
|
||||
limit: uint!(1000),
|
||||
},
|
||||
)
|
||||
.await;
|
||||
|
|
Loading…
Reference in a new issue