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: src/reference/asciidoc/jdbc.adoc
+3
Original file line number
Diff line number
Diff line change
@@ -1086,6 +1086,9 @@ The `timeToLive` (TTL) option on the `DefaultLockRepository` is provided for thi
1086
1086
You may also want to specify `CLIENT_ID` for the locks stored for a given `DefaultLockRepository` instance.
1087
1087
If so, you can specify the `id` to be associated with the `DefaultLockRepository` as a constructor parameter.
1088
1088
1089
+
Starting with version 5.1.8, the `JdbcLockRegistry` can be configured with the `idleBetweenTries` - a `Duration` to sleep between lock record insert/update executions.
1090
+
By default it is `100` milliseconds and in some environments non-leaders pollute connections with data source too often.
0 commit comments