This commit is contained in:
Fangliding
2026-02-05 20:25:32 +08:00
parent d14767d4f3
commit 0a1b5bfb51
2 changed files with 71 additions and 1 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ import (
)
func newLinkPair() (*transport.Link, *transport.Link) {
opt := pipe.WithoutSizeLimit()
opt := pipe.WithSizeLimit(512 * 1024)
uplinkReader, uplinkWriter := pipe.New(opt)
downlinkReader, downlinkWriter := pipe.New(opt)