diff --git a/src/main.rs b/src/main.rs index 4380be8..d29efd8 100644 --- a/src/main.rs +++ b/src/main.rs @@ -6,7 +6,7 @@ use rbx_dom_weak::types::Ref; type AssetID=u64; type AssetIDFileMap=Vec<(AssetID,std::path::PathBuf)>; -const CONCURRENT_REQUESTS:usize=8; +const CONCURRENT_REQUESTS:usize=32; #[derive(Parser)] #[command(author,version,about,long_about=None)]