fix typing

This commit is contained in:
zhangjun3 2017-11-13 13:10:23 +08:00
parent 9703325901
commit 65e6b79a7c
1 changed files with 1 additions and 1 deletions

2
db.go
View File

@ -52,7 +52,7 @@ var DefaultOptions = &Options{
// Options of the DB storage. // Options of the DB storage.
type Options struct { type Options struct {
// The interval at which the write ahead log is flushed to disc. // The interval at which the write ahead log is flushed to disk.
WALFlushInterval time.Duration WALFlushInterval time.Duration
// Duration of persisted data to keep. // Duration of persisted data to keep.