mirror of
https://github.com/Drop-OSS/drop
synced 2026-08-27 14:23:05 -04:00
fix: remove debug info
This commit is contained in:
parent
e7d69fc98d
commit
642e3363a7
1 changed files with 1 additions and 3 deletions
|
|
@ -44,7 +44,7 @@ pub struct Manifest {
|
|||
pub key: [u8; 16],
|
||||
}
|
||||
|
||||
const CHUNK_SIZE: u64 = 1024 * 1024; //* 64;
|
||||
const CHUNK_SIZE: u64 = 1024 * 1024 * 64;
|
||||
const MAX_FILE_COUNT: usize = 512;
|
||||
|
||||
use crate::versions::{
|
||||
|
|
@ -173,8 +173,6 @@ pub async fn generate_manifest_rusty<T: Fn(String), V: Fn(f32)>(
|
|||
|
||||
let mut chunk_length = 0;
|
||||
|
||||
println!("starting chunk {}", index);
|
||||
|
||||
for (file, start, length) in chunk {
|
||||
let permit = if let Some(reader_semaphore) = &reader_semaphore {
|
||||
Some(reader_semaphore.acquire().await?)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue