big batches, doesn't change much

This commit is contained in:
John Spray
2024-07-21 17:40:37 +01:00
parent a56bef7d9c
commit 12ca2550ba

View File

@@ -64,7 +64,7 @@ pub mod defaults {
// image layers should be created.
pub const DEFAULT_IMAGE_LAYER_CREATION_CHECK_THRESHOLD: u8 = 2;
pub const DEFAULT_INGEST_BATCH_SIZE: u64 = 1000;
pub const DEFAULT_INGEST_BATCH_SIZE: u64 = 100;
}
#[derive(Debug, Copy, Clone, Serialize, Deserialize, PartialEq, Eq)]