mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-01-11 03:11:50 +00:00
Fix usage with new version of goleveldb.
This commit is contained in:
@@ -29,7 +29,6 @@ var (
|
||||
func OpenDB(path string) (Storage, error) {
|
||||
o := &opt.Options{
|
||||
Filter: filter.NewBloomFilter(10),
|
||||
Flag: opt.OFCreateIfMissing,
|
||||
}
|
||||
|
||||
db, err := leveldb.OpenFile(path, o)
|
||||
|
||||
Reference in New Issue
Block a user