Skip to content

Commit

Permalink
Update extensions/quartz/runtime/src/main/java/io/quarkus/quartz/runt…
Browse files Browse the repository at this point in the history
…ime/QuartzBuildTimeConfig.java

Co-authored-by: Manyanda Chitimbo <[email protected]>
  • Loading branch information
geoand and machi1990 authored Sep 26, 2022
1 parent 1e54549 commit aadf369
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public class QuartzBuildTimeConfig {
* The maximum amount of time Quarkus will wait for currently running jobs to finish.
* If the value is {@code 0}, then Quarkus will not wait at all for these jobs to finish.
*/
@ConfigItem(defaultValue = "PT10S")
@ConfigItem(defaultValue = "10")
public Duration shutdownWaitTime;

/**
Expand Down

0 comments on commit aadf369

Please sign in to comment.