We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8798fb4 commit 8d5b2f2Copy full SHA for 8d5b2f2
postgresql/include/userver/storages/postgres/component.hpp
@@ -120,7 +120,7 @@ namespace components {
120
/// dbconnection | connection DSN string (used if no dbalias specified) | --
121
/// blocking_task_processor | name of task processor for background blocking operations | --
122
/// max_replication_lag | replication lag limit for usable slaves | 60s
123
-/// sync-start | perform initial connections synchronously | false
+/// sync-start | perform initial connections synchronously | true
124
/// dns_resolver | server hostname resolver type (getaddrinfo or async) | 'async'
125
/// persistent-prepared-statements | cache prepared statements or not | true
126
/// user-types-enabled | allow use of user-defined types | true
0 commit comments