Merge pull request #205 from opsnull/master

fix typing
This commit is contained in:
Goutham Veeramachaneni 2017-11-13 10:52:10 +05:30 committed by GitHub
commit 032413caf0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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.