We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e0ff78 commit 6d65f4eCopy full SHA for 6d65f4e
graylog2-server/src/main/java/org/graylog2/Configuration.java
@@ -301,7 +301,7 @@ public class Configuration extends CaConfiguration implements CommonNodeConfigur
301
@Parameter(value = "global_inputs_only")
302
private boolean globalInputsOnly = false;
303
304
- @Parameter(value = "max_event_age", validators = PositiveDurationValidator.class)
+ @Parameter(value = "max_event_age", converter = JavaDurationConverter.class)
305
private java.time.Duration maxEventAge = java.time.Duration.ofDays(1L);
306
307
public boolean maintainsStreamAwareFieldTypes() {
0 commit comments