This is an automated email from the ASF dual-hosted git repository.
olli pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-scheduler.git
The following commit(s) were added to refs/heads/master by this push:
new e6b24f4 fix typo
e6b24f4 is described below
commit e6b24f47a3ebf4f018d912ee2bd6092f54f50f33
Author: Oliver Lietz <[email protected]>
AuthorDate: Sat May 12 16:25:20 2018 +0200
fix typo
---
.../org/apache/sling/commons/scheduler/impl/SchedulerHealthCheck.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/src/main/java/org/apache/sling/commons/scheduler/impl/SchedulerHealthCheck.java
b/src/main/java/org/apache/sling/commons/scheduler/impl/SchedulerHealthCheck.java
index 891a9a2..22f18c0 100644
---
a/src/main/java/org/apache/sling/commons/scheduler/impl/SchedulerHealthCheck.java
+++
b/src/main/java/org/apache/sling/commons/scheduler/impl/SchedulerHealthCheck.java
@@ -64,10 +64,10 @@ public class SchedulerHealthCheck implements HealthCheck {
public @interface Config {
@AttributeDefinition(name = "Acceptable Duration Millis", description
= "Maximum a job should take (in millis) for it to be acceptable. "
+ "Best to set this equal or higher to
org.apache.sling.commons.scheduler.impl.QuartzScheduler.slowThresholdMillis")
- long max_quartzJob_duration_acceptable() default
DEFAULT_MAX_QUARTZJOB_DURATION_ACCCEPTABLE;
+ long max_quartzJob_duration_acceptable() default
DEFAULT_MAX_QUARTZJOB_DURATION_ACCEPTABLE;
}
- private static final long DEFAULT_MAX_QUARTZJOB_DURATION_ACCCEPTABLE =
60000;
+ private static final long DEFAULT_MAX_QUARTZJOB_DURATION_ACCEPTABLE =
60000;
private long maxQuartzJobDurationAcceptable;
@Activate
--
To stop receiving notification emails like this one, please contact
[email protected].