speed up msd

This commit is contained in:
Devaev Maxim
2021-05-26 12:26:31 +03:00
parent 5da412ae7c
commit e480629724
10 changed files with 66 additions and 17 deletions

View File

@@ -75,6 +75,9 @@ class Plugin(BaseMsd):
raise MsdDisabledError()
yield
def get_upload_chunk_size(self) -> int:
raise MsdDisabledError()
async def write_image_chunk(self, chunk: bytes) -> int:
raise MsdDisabledError()