mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2025-12-05 01:10:15 +00:00
No longer need a set for merged uploads...removing
This commit is contained in:
@@ -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."""
|
||||
|
||||
Reference in New Issue
Block a user