Browse Source

ft: 代码修改

master
SisMaker 3 years ago
parent
commit
9889e52ce8
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      src/agVstCli/agAgencyPoolMgr.erl

+ 1
- 2
src/agVstCli/agAgencyPoolMgr.erl View File

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

Loading…
Cancel
Save