No longer need a set for merged uploads...removing

This commit is contained in:
Andrew
2025-10-19 09:01:56 -04:00
parent eb5b19b302
commit ab2b704ffe

View File

@@ -40,7 +40,6 @@ ARCHIVE_MIME_TYPES = ["application/zip"]
class ApiFilesUploadHandler(BaseApiHandler):
upload_locks = {}
merged_uploads = set()
def get_lock(self, key: str) -> asyncio.Lock:
"""Get or create a lock for the given key."""