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.