Explorar el Código

代码调整

erlArango_v1
SisMaker hace 5 años
padre
commit
955b93d02d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/httpCli/agAgencyPoolMgrIns.erl

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

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

Cargando…
Cancelar
Guardar