Skip to content

Commit 5664435

Browse files
committed
fix ut
Signed-off-by: jiefenghuang <[email protected]>
1 parent c7a0f04 commit 5664435

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pkg/fs/fs_test.go

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -284,9 +284,10 @@ func createTestFS(t *testing.T) *FileSystem {
284284
var conf = vfs.Config{
285285
Meta: meta.DefaultConf(),
286286
Chunk: &chunk.Config{
287-
BlockSize: format.BlockSize << 10,
288-
MaxUpload: 1,
289-
BufferSize: 100 << 20,
287+
BlockSize: format.BlockSize << 10,
288+
MaxUpload: 1,
289+
MaxDownload: 200,
290+
BufferSize: 100 << 20,
290291
},
291292
DirEntryTimeout: time.Millisecond * 100,
292293
EntryTimeout: time.Millisecond * 100,

0 commit comments

Comments
 (0)