You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/ledger-service/http-json-cli/src/main/scala/com/daml/http/dbbackend/JdbcConfig.scala
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ private[http] object JdbcConfig
40
40
s"${indent}$DisableContractPayloadIndexing -- if true, use a slower schema on Oracle that "+
41
41
"supports querying with literals >256 bytes (DRG-50943)\n"
42
42
else"") +
43
-
s"lockAcquisitionTimeout -- integer value, specifies how many milliseconds to wait to acquire a lock on the cache when doing a query for a template. 0 to disable."
43
+
s"lockAcquisitionTimeout -- integer value, specifies how many milliseconds to wait to acquire a lock on the cache when doing a query for a template. 0 to disable."
0 commit comments