Add the payload size to the parameters

This commit is contained in:
Kerollmops
2025-06-25 18:24:50 +02:00
committed by Clément Renault
parent a743da3061
commit 63031219c5
13 changed files with 130 additions and 41 deletions

View File

@ -601,7 +601,7 @@ impl crate::IndexScheduler {
Details::Dump { dump_uid: _ } => {
assert_eq!(kind.as_kind(), Kind::DumpCreation);
}
Details::Export { url: _, api_key: _, indexes: _ } => {
Details::Export { url: _, api_key: _, payload_size: _, indexes: _ } => {
assert_eq!(kind.as_kind(), Kind::Export);
}
Details::UpgradeDatabase { from: _, to: _ } => {