stablised API

This commit is contained in:
DecDuck
2024-10-21 20:45:36 +11:00
parent 75e9e7d74c
commit 3723dcef46

View File

@ -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 {