From 3723dcef4669ce15e2a94bb5a70af98bd2914893 Mon Sep 17 00:00:00 2001 From: DecDuck Date: Mon, 21 Oct 2024 20:45:36 +1100 Subject: [PATCH] stablised API --- src/manifest.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/manifest.rs b/src/manifest.rs index 35d29b9..10a4309 100644 --- a/src/manifest.rs +++ b/src/manifest.rs @@ -19,7 +19,7 @@ use uuid::Uuid; use crate::file_utils::list_files; -const CHUNK_SIZE: usize = 1024 * 1024 * 128; +const CHUNK_SIZE: usize = 1024 * 1024 * 64; #[derive(serde::Serialize)] struct ChunkData {