Yggdrasil.Config.publisher_options
You're seeing just the function
publisher_options
, go back to Yggdrasil.Config module for more information.
Specs
publisher_options(Skogsra.Env.namespace()) :: {:ok, any()} | {:error, binary()}
Yggdrasil publisher options. These options are for :poolboy
.
iex> Yggdrasil.Config.publisher_options!()
[size: 1, max_overflow: 5]
Calling Yggdrasil.Config.publisher_options()
will ensure the following:
- Binding order: [:config]
- OS environment variable: ""
- Type: :any
- Default: [size: 1, max_overflow: 5]
- Required: false
- Cached: true