We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5500dbe commit 6a93935Copy full SHA for 6a93935
synapse/util/task_scheduler.py
@@ -100,7 +100,7 @@ class TaskScheduler:
100
# Time before a complete or failed task is deleted from the DB
101
KEEP_TASKS_FOR_MS = 7 * 24 * 60 * 60 * 1000 # 1 week
102
# Maximum number of tasks that can run at the same time
103
- MAX_CONCURRENT_RUNNING_TASKS = 5
+ MAX_CONCURRENT_RUNNING_TASKS = 1 # Beep: temporarily changed from 5
104
# Time from the last task update after which we will log a warning
105
LAST_UPDATE_BEFORE_WARNING_MS = 24 * 60 * 60 * 1000 # 24hrs
106
# Report a running task's status and usage every so often.
0 commit comments