mirror of
https://github.com/yuhkix/wuwa-downloader.git
synced 2025-06-04 08:53:41 +00:00
Update client.rs
hopefully fixes wheelchair wifi issues for some people
This commit is contained in:
parent
09f3712390
commit
b52e2010f0
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ use crate::io::{logging::log_error, util::get_version};
|
|||
const INDEX_URL: &str = "https://gist.githubusercontent.com/yuhkix/b8796681ac2cd3bab11b7e8cdc022254/raw/4435fd290c07f7f766a6d2ab09ed3096d83b02e3/wuwa.json";
|
||||
const MAX_RETRIES: usize = 3;
|
||||
const DOWNLOAD_TIMEOUT: u64 = 300;
|
||||
const BUFFER_SIZE: usize = 8192;
|
||||
const BUFFER_SIZE: usize = 65536;
|
||||
|
||||
pub fn fetch_index(client: &Client, config: &Config, log_file: &fs::File) -> Value {
|
||||
println!("{} Fetching index file...", Status::info());
|
||||
|
|
Loading…
Reference in a new issue