From 955b93d02d39bd49b5367d58ba69dbfcb3808c0d Mon Sep 17 00:00:00 2001 From: SisMaker <1713699517@qq.com> Date: Fri, 27 Mar 2020 23:50:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/httpCli/agAgencyPoolMgrIns.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/httpCli/agAgencyPoolMgrIns.erl b/src/httpCli/agAgencyPoolMgrIns.erl index 7396b7f..a8e74eb 100644 --- a/src/httpCli/agAgencyPoolMgrIns.erl +++ b/src/httpCli/agAgencyPoolMgrIns.erl @@ -67,7 +67,7 @@ stopPool(PoolName) -> undefined -> {error, pool_not_started}; _ -> - gen_server:call(?agAgencyPoolMgr, {miStopPool, PoolName}) + gen_server:call(?agAgencyPoolMgr, {miStopPool, PoolName}, infinity) end.