Skip to content

Commit

Permalink
Move from once per hour to once per day.
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrimesix committed Feb 13, 2025
1 parent 21c6866 commit fc3749d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/middlewared/middlewared/alert/source/truenas_verify.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class TrueNASVerifyServiceChangeDetectionAlertSource(ThreadedAlertSource):
'''
Periodic verification of root file system
'''
schedule = IntervalSchedule(timedelta(minutes=60))
schedule = IntervalSchedule(timedelta(hours=24))
run_on_backup_node = False

def check_sync(self):
Expand Down

0 comments on commit fc3749d

Please sign in to comment.