...

Source file src/github.com/syndtr/goleveldb/leveldb/opt/options_default.go

Documentation: github.com/syndtr/goleveldb/leveldb/opt

     1  //go:build !darwin
     2  // +build !darwin
     3  
     4  package opt
     5  
     6  var (
     7  	DefaultOpenFilesCacheCapacity = 500
     8  )
     9  

View as plain text