Skip to content

Commit

Permalink
change comment of parameter "maxUnscheduledShiftDelay"
Browse files Browse the repository at this point in the history
  • Loading branch information
TomE168 committed Dec 28, 2023
1 parent abc9ee9 commit e925b42
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public class ShiftsParams extends ReflectiveConfigGroupWithConfigurableParameter
public double changeoverDuration = 900;

@Parameter
@Comment("maximum delay of shift assignment after start time has passed in [seconds]")
@Comment("maximum delay of shift assignment after start time has passed in [seconds]. If a shift can not be assigned to a vehicle until the planned start of the shift plus the defined max delay, the shift is discarded. Defaults to 0")
public double maxUnscheduledShiftDelay = 0;

@Parameter
Expand Down

0 comments on commit e925b42

Please sign in to comment.