Ver código fonte

代码调整

erlArango_v1
SisMaker 5 anos atrás
pai
commit
955b93d02d
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      src/httpCli/agAgencyPoolMgrIns.erl

+ 1
- 1
src/httpCli/agAgencyPoolMgrIns.erl Ver arquivo

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

Carregando…
Cancelar
Salvar