Skip to content

Commit 8d5b2f2

Browse files
committedDec 5, 2024·
feat postgres: update default value for sync-start in description
Tests: протестировано CI commit_hash:44ff793bb344a31ac2d51e1de19dc55c6ea173f7
1 parent 8798fb4 commit 8d5b2f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎postgresql/include/userver/storages/postgres/component.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ namespace components {
120120
/// dbconnection | connection DSN string (used if no dbalias specified) | --
121121
/// blocking_task_processor | name of task processor for background blocking operations | --
122122
/// max_replication_lag | replication lag limit for usable slaves | 60s
123-
/// sync-start | perform initial connections synchronously | false
123+
/// sync-start | perform initial connections synchronously | true
124124
/// dns_resolver | server hostname resolver type (getaddrinfo or async) | 'async'
125125
/// persistent-prepared-statements | cache prepared statements or not | true
126126
/// user-types-enabled | allow use of user-defined types | true

0 commit comments

Comments
 (0)
Please sign in to comment.