Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Registrati
Accedi
SisMaker
/
erlArango
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Projects
0
Rilasci
2
Wiki
Attività
Sfoglia il codice sorgente
代码调整
erlArango_v1
SisMaker
5 anni fa
parent
b236f177e4
commit
955b93d02d
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+1
-1
src/httpCli/agAgencyPoolMgrIns.erl
+ 1
- 1
src/httpCli/agAgencyPoolMgrIns.erl
Vedi 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
.
Scrivi
Anteprima
Caricamento…
Annulla
Salva