Skip to content

Commit

Permalink
fix(core): remove misleading default value for polling triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
loicmathieu committed Jul 10, 2023
1 parent 25763db commit 9d83001
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ default ZonedDateTime nextEvaluationDate(ConditionContext conditionContext, Opti
description = "The interval between 2 different test of schedule, this can avoid to overload the remote system " +
"with too many call. For most of trigger that depend on external system, a minimal interval must be " +
"at least PT30S.\n" +
"See [ISO_8601 Durations](https://en.wikipedia.org/wiki/ISO_8601#Durations) for more information of available interval value",
defaultValue = "PT1S"
"See [ISO_8601 Durations](https://en.wikipedia.org/wiki/ISO_8601#Durations) for more information of available interval value"
)
@PluginProperty
Duration getInterval();
Expand Down

0 comments on commit 9d83001

Please sign in to comment.