Skip to content
  • Fabien Viale's avatar
    Fix bad mistake in housekeeping · 274fa1bb
    Fabien Viale authored
    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.
    274fa1bb