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()]),
|
sc(hoconsc:union([false, duration()]),
|
||||||
#{ default => "60s"
|
#{ default => "60s"
|
||||||
})}
|
})}
|
||||||
|
, {pool_size,
|
||||||
|
sc(integer(),
|
||||||
|
#{ nullable => true
|
||||||
|
})}
|
||||||
, {servers,
|
, {servers,
|
||||||
sc(hoconsc:array(ref(servers)),
|
sc(hoconsc:array(ref(servers)),
|
||||||
#{default => []})}
|
#{default => []})}
|
||||||
|
|
Loading…
Reference in New Issue