Fix bad mistake in housekeeping
Conversion from long to integer implied to set SCHEDULER_REMOVED_JOB_DELAY = 0 when the configured value is bigger than 24 days (due to MAX_INTEGER reached). Use now the appropriate getValueAsLong() method.
Please register or sign in to comment