File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
postgresql/include/userver/storages/postgres Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments