mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 00:51:53 +08:00
speed up msd
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user