mirror of
https://github.com/XRPLF/clio.git
synced 2025-12-02 01:25:52 +00:00
add Postgres max connections to unit test (#100)
This commit is contained in:
@@ -45,6 +45,7 @@ TEST(BackendTest, Basic)
|
||||
{"database", keyspace.c_str()},
|
||||
{"password", "postgres"},
|
||||
{"indexer_key_shift", 2},
|
||||
{"max_connections", 100},
|
||||
{"threads", 8}}}}}};
|
||||
std::vector<boost::json::object> configs = {
|
||||
cassandraConfig, postgresConfig};
|
||||
@@ -1677,6 +1678,7 @@ TEST(Backend, CacheIntegration)
|
||||
{"database", keyspace.c_str()},
|
||||
{"password", "postgres"},
|
||||
{"indexer_key_shift", 2},
|
||||
{"max_connections", 100},
|
||||
{"threads", 8}}}}}};
|
||||
std::vector<boost::json::object> configs = {
|
||||
cassandraConfig, postgresConfig};
|
||||
|
||||
Reference in New Issue
Block a user