Skip to content

Commit

Permalink
fix: Update code
Browse files Browse the repository at this point in the history
  • Loading branch information
larshelge committed Dec 11, 2024
1 parent 7074bfd commit 96afbba
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,9 @@ private void createClickHouseNamedCollection() {
"port", config.getIntProperty(ConfigurationKey.CONNECTION_PORT),
"database", config.getProperty(ConfigurationKey.CONNECTION_DATABASE),
"username", config.getProperty(ConfigurationKey.CONNECTION_USERNAME),
"password", config.getProperty(ConfigurationKey.CONNECTION_PASSWORD));
"password", config.getProperty(ConfigurationKey.CONNECTION_PASSWORD),
"connection_pool_size", "100",
"replace_query", "1");

ClickHouseSqlBuilder clickHouseSqlBuilder = new ClickHouseSqlBuilder();

Expand Down

0 comments on commit 96afbba

Please sign in to comment.