Skip to content

Commit

Permalink
set collapse depth to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
Hitenjain14 committed Nov 11, 2024
1 parent 25af829 commit 5b2d212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/go/0chain.net/blobbercore/filestore/store.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
const (
CHUNK_SIZE = 64 * 1024
VERSION = 1
COLLAPSE_DEPTH = 3
COLLAPSE_DEPTH = 1
)

type FileInputData struct {
Expand Down

0 comments on commit 5b2d212

Please sign in to comment.