Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
SisMaker
/
eArango
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Projects
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
ft: 代码修改
master
SisMaker
hace 3 años
padre
dc74051e08
commit
c7bca2c56d
Se han
modificado 2 ficheros
con
2 adiciones
y
2 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-1
src/agVstCli/agAgencyPool_sup.erl
+1
-1
src/eArango_sup.erl
+ 1
- 1
src/agVstCli/agAgencyPool_sup.erl
Ver fichero
@ -12,4 +12,4 @@ start_link() ->
supervisor
:
start_link
(
{
local
,
?
MODULE
}
,
?
MODULE
,
[
]
)
.
init
(
[
]
)
-
>
{
ok
,
{
{
one_for_one
,
100
,
3600
}
,
[
]
}
}
.
{
ok
,
{
{
one_for_one
,
100
0
,
3600
}
,
[
]
}
}
.
+ 1
- 1
src/eArango_sup.erl
Ver fichero
@ -14,7 +14,7 @@ start_link() ->
supervisor
:
start_link
(
{
local
,
?
SERVER
}
,
?
MODULE
,
[
]
)
.
init
(
[
]
)
-
>
SupFlags
=
#{
strategy
=
>
one_for_one
,
intensity
=
>
100
,
period
=
>
3600
}
,
SupFlags
=
#{
strategy
=
>
one_for_one
,
intensity
=
>
100
0
,
period
=
>
3600
}
,
PoolMgrSpec
=
#{
id
=
>
agAgencyPoolMgr
,
Escribir
Vista previa
Cargando…
Cancelar
Guardar