This commit is contained in:
Ahmet Kaan GÜMÜŞ 2023-10-17 23:34:28 +03:00
parent a40c3e1896
commit ceaae91d6f

View file

@ -5,7 +5,7 @@ use std::io::{Read, Write, self, BufWriter, BufReader, BufRead};
use std::env::{self};
const BUFFER_SIZE:u64 = 1000000;
const BUFFER_SIZE:u64 = 100000;
struct FileInfo
{
file:Option<File>,