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) ->