Skip to content

Commit f79001e

Browse files
Update synapse/util/task_scheduler.py
Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
1 parent 767aa74 commit f79001e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

synapse/util/task_scheduler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ class TaskScheduler:
9393
"""
9494

9595
# Precision of the scheduler, evaluation of tasks to run will only happen
96-
# every `SCHEDULE_INTERVAL` ms
96+
# every `SCHEDULE_INTERVAL`
9797
SCHEDULE_INTERVAL = Duration(minutes=1)
9898
# How often to clean up old tasks.
9999
CLEANUP_INTERVAL_MS = 30 * 60 * 1000

0 commit comments

Comments
 (0)