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 ->
{error, pool_not_started};
_ ->
gen_server:call(?agAgencyPoolMgr, {miStopPool, PoolName})
gen_server:call(?agAgencyPoolMgr, {miStopPool, PoolName}, infinity)
end.

Loading…
Cancel
Save