...

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

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

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

View as plain text