Explicitly set mindays to 0 for all urgencies.

This commit is contained in:
Colin Watson 2013-09-25 14:44:39 +01:00
parent b78c9693bc
commit 4947186643

View File

@ -28,9 +28,9 @@ BREAK_ARCHES =
NEW_ARCHES = NEW_ARCHES =
# priorities and delays # priorities and delays
MINDAYS_LOW = 10 MINDAYS_LOW = 0
MINDAYS_MEDIUM = 5 MINDAYS_MEDIUM = 0
MINDAYS_HIGH = 2 MINDAYS_HIGH = 0
MINDAYS_CRITICAL = 0 MINDAYS_CRITICAL = 0
MINDAYS_EMERGENCY = 0 MINDAYS_EMERGENCY = 0
DEFAULT_URGENCY = low DEFAULT_URGENCY = low