This website works better with JavaScript.
首頁
探索
說明
註冊
登入
SisMaker
/
eArango
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
Projects
0
版本發佈
0
Wiki
Activity
瀏覽代碼
ft: 代码修改
master
SisMaker
3 年之前
父節點
dc74051e08
當前提交
c7bca2c56d
共有
2 個文件被更改
,包括
2 次插入
和
2 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/agVstCli/agAgencyPool_sup.erl
+1
-1
src/eArango_sup.erl
+ 1
- 1
src/agVstCli/agAgencyPool_sup.erl
查看文件
@ -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
查看文件
@ -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
,
Write
Preview
Loading…
取消
儲存