Skip to content

Commit

Permalink
ZOOKEEPER-4869: Document more time units supported in autopurge.purge…
Browse files Browse the repository at this point in the history
…Interval (#2195)

The functionality was added in ZOOKEEPER-4829(#2178).

Co-authored-by: purushah <[email protected]>
  • Loading branch information
purushah and purushah authored Oct 15, 2024
1 parent 75884ec commit 935b5f4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions zookeeper-docs/src/main/resources/markdown/zookeeperAdmin.md
Original file line number Diff line number Diff line change
Expand Up @@ -772,6 +772,10 @@ property, when available, is noted below.
time interval in hours for which the purge task has to
be triggered. Set to a positive integer (1 and above)
to enable the auto purging. Defaults to 0.
**Suffix support added in 3.10.0:** The interval is specified as an integer with an optional suffix to indicate the time unit.
Supported suffixes are: `ms` for milliseconds, `s` for seconds, `m` for minutes, `h` for hours, and `d` for days.
For example, "10m" represents 10 minutes, and "5h" represents 5 hours.
If no suffix is provided, the default unit is hours.

* *syncEnabled* :
(Java system property: **zookeeper.observer.syncEnabled**)
Expand Down

0 comments on commit 935b5f4

Please sign in to comment.