Skip to content

Commit

Permalink
update delay property description
Browse files Browse the repository at this point in the history
  • Loading branch information
shenkw1 committed Sep 30, 2024
1 parent 30a90e0 commit f993e3c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ public void shutdown() {
"Typically, you should use this only for testing, experimenting, and debugging.")
public static class Configuration {
@JsonProperty("for")
@JsonPropertyDescription("The duration of time to delay. Defaults to `1s`.")
private Duration delayFor = Duration.ofSeconds(1);

public Duration getDelayFor() {
Expand Down

0 comments on commit f993e3c

Please sign in to comment.