Skip to content

Commit

Permalink
truncate todo
Browse files Browse the repository at this point in the history
  • Loading branch information
Wondertan committed Jul 25, 2024
1 parent 3a90b77 commit dd6edd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion store/file/ods.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (
var _ eds.AccessorStreamer = (*ODSFile)(nil)

// writeBufferSize defines buffer size for optimized batched writes into the file system.
// TODO(@Wondertan): Consider making it configurable and default being dynamic based on square size
// TODO(@Wondertan): Consider making it configurable
const writeBufferSize = 64 << 10

// ErrEmptyFile signals that the ODS file is empty.
Expand Down

0 comments on commit dd6edd2

Please sign in to comment.