chore(exhook): parse pool_size
This commit is contained in:
parent
143c685452
commit
f132d09483
|
@ -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 => []})}
|
||||
|
|
Loading…
Reference in New Issue