Browse Source

代码调整

erlArango_v1
SisMaker 5 years ago
parent
commit
955b93d02d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/httpCli/agAgencyPoolMgrIns.erl

+ 1
- 1
src/httpCli/agAgencyPoolMgrIns.erl View File

@ -67,7 +67,7 @@ stopPool(PoolName) ->
undefined -> undefined ->
{error, pool_not_started}; {error, pool_not_started};
_ -> _ ->
gen_server:call(?agAgencyPoolMgr, {miStopPool, PoolName})
gen_server:call(?agAgencyPoolMgr, {miStopPool, PoolName}, infinity)
end. end.

Loading…
Cancel
Save