forked from mirror/ledisdb
disable bolted, does not support newest bolted, badly
This commit is contained in:
parent
cf1db90381
commit
232b1543e0
|
@ -169,5 +169,5 @@ func (db *DB) Compact() error {
|
||||||
}
|
}
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
driver.Register(Store{})
|
//driver.Register(Store{})
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue