From dd7d1516ba899967d032ce66f606094872036445 Mon Sep 17 00:00:00 2001 From: ADHDer <19857096219@163.com> Date: Tue, 8 Apr 2025 15:09:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=91=E5=9B=BEidle=E6=9C=80=E5=A4=A7?= =?UTF-8?q?=E7=BA=BF=E7=A8=8B=E6=95=B0=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- services/cloudfiledaemon/src/fuse_manager/fuse_manager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/cloudfiledaemon/src/fuse_manager/fuse_manager.cpp b/services/cloudfiledaemon/src/fuse_manager/fuse_manager.cpp index 9c8cedbdf..d2c6fbce0 100644 --- a/services/cloudfiledaemon/src/fuse_manager/fuse_manager.cpp +++ b/services/cloudfiledaemon/src/fuse_manager/fuse_manager.cpp @@ -84,7 +84,7 @@ static const unsigned int STAT_MODE_REG = 0770; static const unsigned int STAT_MODE_DIR = 0771; static const unsigned int MAX_READ_SIZE = 4 * 1024 * 1024; static const unsigned int KEY_FRAME_SIZE = 8192; -static const unsigned int MAX_IDLE_THREADS = 10; +static const unsigned int MAX_IDLE_THREADS = 6; static const unsigned int READ_CACHE_SLEEP = 10 * 1000; static const unsigned int CACHE_PAGE_NUM = 2; static const unsigned int HMDFS_IOC = 0xf2; -- Gitee