From fdbe3251b397884bec2884ed978a56722702b84c Mon Sep 17 00:00:00 2001 From: Quaternions Date: Sat, 6 Jan 2024 11:48:05 -0800 Subject: [PATCH] more requests --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)]