[21:02:50] hi! what is the most efficient way of using the mediawiki revisions endpoint to list the revisions made for a given day for a large set of pages? [21:04:25] revisions endpoint? [21:04:47] https://www.mediawiki.org/wiki/API:Revisions [21:04:48] this one [21:06:41] ideally setting rvlimit=500 while querying for a batch of 50 would be best, but rvlimit only works in single page mode [21:09:02] running a quick script showed that most pages don't have edits in a day, so i was thinking to querying in multi-page mode to discover the pages that have edits, then using single-page mode on those