From 8b4ba78d56bb415c2c64562efebea72023580def Mon Sep 17 00:00:00 2001 From: madixin Date: Mon, 6 May 2024 20:02:33 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85=E8=AE=BE=E7=BD=AE=E5=B9=B6?= =?UTF-8?q?=E5=8F=91=E6=95=B0=E9=87=8F=E8=B0=83=E6=95=B4=E4=B8=BA8?= =?UTF-8?q?=EF=BC=8C=E5=87=8F=E5=B0=91=E4=B8=8B=E5=8F=91taskpool=E8=AF=B7?= =?UTF-8?q?=E6=B1=82=E6=95=B0=E9=87=8F=EF=BC=8C=E4=BB=8E=E8=80=8C=E5=87=8F?= =?UTF-8?q?=E5=B0=91=E4=B8=A2=E5=B8=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: madixin --- library/src/main/ets/ImageKnifeDispatcher.ets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/src/main/ets/ImageKnifeDispatcher.ets b/library/src/main/ets/ImageKnifeDispatcher.ets index 7ca5780..a3f30ff 100644 --- a/library/src/main/ets/ImageKnifeDispatcher.ets +++ b/library/src/main/ets/ImageKnifeDispatcher.ets @@ -36,7 +36,7 @@ import { ImageKnifeRequestWithSource , ImageKnifeRequestSource , RequestJobResul export class ImageKnifeDispatcher { // 最大并发 - private maxRequests: number = 64 + private maxRequests: number = 8 // 排队队列 private jobQueue: IJobQueue = new DefaultJobQueue() // 执行中的请求