Skip to content

Commit

Permalink
cmd: decrease default cache size
Browse files Browse the repository at this point in the history
  • Loading branch information
n8maninger committed May 14, 2024
1 parent d37d4ea commit 02c1615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/fsd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ var (
Bucket: "ipfs",
},
BlockStore: config.BlockStore{
CacheSize: 10000,
CacheSize: 1024, // 1024 blocks = max of 4GiB
MaxConcurrent: 1000,
},
IPFS: config.IPFS{
Expand Down

0 comments on commit 02c1615

Please sign in to comment.