summary refs log tree commit diff
path: root/synapse/handlers
diff options
context:
space:
mode:
authorErik Johnston <erikj@matrix.org>2023-11-17 13:14:26 +0000
committerGitHub <noreply@github.com>2023-11-17 13:14:26 +0000
commit700c8a0de5df7815949b8c792e8e471a91bb8721 (patch)
tree1ecd367308e34ed5ce980401878bd58d4920156f /synapse/handlers
parentRevert "Fix test not detecting tables with missing primary keys and missing r... (diff)
downloadsynapse-700c8a0de5df7815949b8c792e8e471a91bb8721.tar.xz
Reduce task concurrency (#16656)
Diffstat (limited to 'synapse/handlers')
-rw-r--r--synapse/handlers/device.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/handlers/device.py b/synapse/handlers/device.py
index 1af6d77545..98e6e42563 100644
--- a/synapse/handlers/device.py
+++ b/synapse/handlers/device.py
@@ -383,7 +383,7 @@ class DeviceWorkerHandler:
         )
 
     DEVICE_MSGS_DELETE_BATCH_LIMIT = 1000
-    DEVICE_MSGS_DELETE_SLEEP_MS = 1000
+    DEVICE_MSGS_DELETE_SLEEP_MS = 100
 
     async def _delete_device_messages(
         self,