Current section

Files

Jump to
ddb_connection priv ddb_connection.schema
Raw

priv/ddb_connection.schema

%% -*- erlang -*-
%% @doc The TCP endpoint for the backend server.
{mapping, "backend_server", "ddb_connection.backend",
[{default, {"127.0.0.1", 5555}},
{datatype, ip}]}.
%% @doc Initial number of conneciton pool workers
{mapping, "pool.size", "ddb_connection.pool_size",
[{default, 20},
{datatype, integer}]}.
%% @doc Maximum number of conneciton pool workers
{mapping, "pool.max", "ddb_connection.pool_max",
[{default, 50},
{datatype, integer}]}.