mirror of
https://github.com/Drop-OSS/droplet.git
synced 2025-11-10 04:22:16 +10:00
stablised API
This commit is contained in:
@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user