test: kb
This commit is contained in:
parent
a40c3e1896
commit
ceaae91d6f
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ use std::io::{Read, Write, self, BufWriter, BufReader, BufRead};
|
||||||
use std::env::{self};
|
use std::env::{self};
|
||||||
|
|
||||||
|
|
||||||
const BUFFER_SIZE:u64 = 1000000;
|
const BUFFER_SIZE:u64 = 100000;
|
||||||
struct FileInfo
|
struct FileInfo
|
||||||
{
|
{
|
||||||
file:Option<File>,
|
file:Option<File>,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue