Astarte.DataAccess.Config.pool_size
You're seeing just the function
pool_size
, go back to Astarte.DataAccess.Config module for more information.
Specs
pool_size(Skogsra.Env.namespace()) :: {:ok, integer()} | {:error, binary()}
The number of connections to start for the pool, Defaults to 10.
Calling Astarte.DataAccess.Config.pool_size()
will ensure the following:
- Binding order: [:system, :config]
- OS environment variable: "CASSANDRA_POOL_SIZE"
- Type: :integer
- Default: 10
- Required: false
- Cached: true