MCPcopy Create free account
hub / github.com/ElementsProject/elements / TargetFileSize

Function TargetFileSize

src/leveldb/db/version_set.cc:25–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23namespace leveldb {
24
25static size_t TargetFileSize(const Options* options) {
26 return options->max_file_size;
27}
28
29// Maximum bytes of overlaps in grandparent (i.e., level+2) before we
30// stop building a single file in a level->level+1 compaction.

Callers 4

MaxFileSizeForLevelFunction · 0.85
ReuseManifestMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected