From 9889e52ce8bf79a9df87bc9561a131f20c06c2db Mon Sep 17 00:00:00 2001 From: SisMaker <1713699517@qq.com> Date: Wed, 2 Mar 2022 18:04:31 +0800 Subject: [PATCH] =?UTF-8?q?ft:=20=E4=BB=A3=E7=A0=81=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/agVstCli/agAgencyPoolMgr.erl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/agVstCli/agAgencyPoolMgr.erl b/src/agVstCli/agAgencyPoolMgr.erl index 6bd631d..a179332 100644 --- a/src/agVstCli/agAgencyPoolMgr.erl +++ b/src/agVstCli/agAgencyPoolMgr.erl @@ -142,8 +142,7 @@ stopPool(PoolName) -> undefined -> {error, poolNotStarted}; _ -> - gen_server:call(?agAgencyPoolMgr, {miStopPool, PoolName}, infinity) - + gen_server:call(?agAgencyPoolMgr, {miStopPool, PoolName}) end. dealStart(PoolName, DbCfgs, AgencyCfgs) ->