We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0b7cac4 + 44c24e3 commit d06f7c2Copy full SHA for d06f7c2
crates/tasks/src/matrix.rs
@@ -192,7 +192,7 @@ impl RunnableJob for SyncDevicesJob {
192
let mut devices = HashSet::new();
193
194
// Cycle through all the compat sessions of the user, and grab the devices
195
- let mut cursor = Pagination::first(100);
+ let mut cursor = Pagination::first(5000);
196
loop {
197
let page = repo
198
.compat_session()
@@ -216,7 +216,7 @@ impl RunnableJob for SyncDevicesJob {
216
}
217
218
// Cycle though all the oauth2 sessions of the user, and grab the devices
219
220
221
222
.oauth2_session()
0 commit comments