Skip to content

Commit

Permalink
feat: Add write connection pool support
Browse files Browse the repository at this point in the history
  • Loading branch information
ovidiupopa07 committed Dec 21, 2023
1 parent d72604d commit 774e6d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ class SqlExecutionRepository(
private val retryProperties: RetryProperties,
private val batchReadSize: Int = 10,
private val stageReadSize: Int = 200,
private val poolName: String = "default",
private val poolName: String = ConnectionPools.WRITE.type,
private val interlink: Interlink? = null,
private val executionRepositoryListeners: Collection<ExecutionRepositoryListener> = emptyList()
) : ExecutionRepository, ExecutionStatisticsRepository {
Expand Down

0 comments on commit 774e6d4

Please sign in to comment.