Refactor code and enable WAL for 4x performance improvement
This commit is contained in:
@ -33,6 +33,8 @@ type Store interface {
|
||||
Save() error
|
||||
}
|
||||
|
||||
// TODO: add method to check state of store (by keeping track of silent errors)
|
||||
|
||||
var (
|
||||
// Validate interface implementation on compile
|
||||
_ Store = (*memory.Store)(nil)
|
||||
|
Reference in New Issue
Block a user