Astarte.DataAccess.Config.pool_size

You're seeing just the function pool_size, go back to Astarte.DataAccess.Config module for more information.
Link to this function

pool_size(namespace \\ nil)

View Source

Specs

pool_size(Skogsra.Env.namespace()) :: {:ok, integer()} | {:error, binary()}

The number of connections to start for the pool, Defaults to 1.

Calling Astarte.DataAccess.Config.pool_size() will ensure the following:

  • Binding order: [:system, :config]
  • OS environment variable: "CASSANDRA_POOL_SIZE"
  • Type: :integer
  • Default: 1
  • Required: false
  • Cached: true