Skip to content

Commit

Permalink
chore: increase MAX_CONCURRENCY to 16
Browse files Browse the repository at this point in the history
  • Loading branch information
ZoruaFox committed May 29, 2024
1 parent 1668bfc commit eece96c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/constant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ const GLOBAL_REQUIRES_ES6 = true satisfies boolean;
*
* The maximum concurrency number of requests to the API during deployment, the upper limit is 256
*/
const MAX_CONCURRENCY = 12 satisfies number;
const MAX_CONCURRENCY = 16 satisfies number;

/**
* 启用此选项会为全部小工具生成内联源映射
Expand Down

0 comments on commit eece96c

Please sign in to comment.