Skip to content

Commit 1107859

Browse files
authored
Added multi-lang support for leaseAssignmentIntervalMillis
* Added multi-lang support for leaseAssignmentIntervalMillis * removed unwanted change * moved config in KCL3 config section
1 parent a53c059 commit 1107859

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

samples/sample.properties

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,3 +182,7 @@ regionName = us-east-1
182182
# Duration format examples: PT15M (15 mins) PT10H (10 hours) P2D (2 days)
183183
# Refer to Duration.parse javadocs for more details
184184
# staleWorkerMetricsEntryCleanupDuration =
185+
186+
# Interval in milliseconds at which Lease Assignment manager (LAM) runs
187+
# If this value is not set then LAM will run at interval 2 * failoverTimeMillis.
188+
# leaseAssignmentIntervalMillis = 20000

0 commit comments

Comments
 (0)