chore(exhook): parse pool_size

This commit is contained in:
JianBo He 2021-11-15 11:15:34 +08:00
parent 143c685452
commit f132d09483
1 changed files with 4 additions and 0 deletions

View File

@ -49,6 +49,10 @@ fields(exhook) ->
sc(hoconsc:union([false, duration()]),
#{ default => "60s"
})}
, {pool_size,
sc(integer(),
#{ nullable => true
})}
, {servers,
sc(hoconsc:array(ref(servers)),
#{default => []})}