fix: chunk size

This commit is contained in:
DecDuck
2025-05-27 10:34:44 +10:00
parent 4ac19b8be0
commit 16b78bca17
4 changed files with 6 additions and 5 deletions

View File

@ -18,8 +18,6 @@ use uuid::Uuid;
use crate::file_utils::create_backend_for_path;
const CHUNK_SIZE: usize = 1024 * 1024 * 64;
#[derive(serde::Serialize)]
struct ChunkData {
permissions: u32,