diff --git a/web/core/mw.py b/web/core/mw.py index c35efcfb4..d3f837eac 100644 --- a/web/core/mw.py +++ b/web/core/mw.py @@ -325,7 +325,7 @@ def fastCopy(src, dst, buffer_size=256 * 1024): # 128MB 缓冲区 shutil.copyfileobj(fsrc, fdst, length=buffer_size) -# linux高效复制[未通过测试] +# linux高效复制 def sendfile(src, dst): if isAppleSystem(): try: