Skip to content

Commit

Permalink
chore: remove obsolete comment (#2039)
Browse files Browse the repository at this point in the history
This is a leftover from when Badger supported different modes
(#1555).
  • Loading branch information
mitar committed Jul 17, 2024
1 parent 8e08c43 commit 0bf5fad
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions options.go
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,6 @@ func DefaultOptions(path string) Options {
// Benchmark code can be found in table/builder_test.go file
ZSTDCompressionLevel: 1,

// Nothing to read/write value log using standard File I/O
// MemoryMap to mmap() the value log files
// (2^30 - 1)*2 when mmapping < 2^31 - 1, max int32.
// -1 so 2*ValueLogFileSize won't overflow on 32-bit systems.
ValueLogFileSize: 1<<30 - 1,
Expand Down

0 comments on commit 0bf5fad

Please sign in to comment.