more requests
This commit is contained in:
parent
b2f92a741c
commit
fdbe3251b3
@ -6,7 +6,7 @@ use rbx_dom_weak::types::Ref;
|
|||||||
|
|
||||||
type AssetID=u64;
|
type AssetID=u64;
|
||||||
type AssetIDFileMap=Vec<(AssetID,std::path::PathBuf)>;
|
type AssetIDFileMap=Vec<(AssetID,std::path::PathBuf)>;
|
||||||
const CONCURRENT_REQUESTS:usize=8;
|
const CONCURRENT_REQUESTS:usize=32;
|
||||||
|
|
||||||
#[derive(Parser)]
|
#[derive(Parser)]
|
||||||
#[command(author,version,about,long_about=None)]
|
#[command(author,version,about,long_about=None)]
|
||||||
|
Loading…
Reference in New Issue
Block a user