1
0
Fork 0

Init open

master
Philip O'Toole 7 months ago
parent 35348d393a
commit 86d02b675e

@ -364,6 +364,7 @@ func New(ly Layer, c *Config) *Store {
} }
return &Store{ return &Store{
open: NewAtomicBool(),
ly: ly, ly: ly,
raftDir: c.Dir, raftDir: c.Dir,
snapshotDir: filepath.Join(c.Dir, snapshotsDirName), snapshotDir: filepath.Join(c.Dir, snapshotsDirName),

Loading…
Cancel
Save