feat(http): paginate the index resource

Fix #2373
This commit is contained in:
Irevoire
2022-05-24 11:29:03 +02:00
committed by Tamo
parent ab39df9693
commit 627f13df85
8 changed files with 208 additions and 75 deletions

View File

@ -70,7 +70,7 @@ async fn perform_snapshot() {
let snapshot_server = Server::new_with_options(options).await.unwrap();
verify_snapshot!(server, snapshot_server, |server| =>
server.list_indexes(),
server.list_indexes(None, None),
// for some reason the db sizes differ. this may be due to the compaction options we have
// set when performing the snapshot
//server.stats(),