Fix typo in db.go

This commit is contained in:
Matt Bostock 2018-03-02 11:12:32 +00:00 committed by GitHub
parent 66666f091a
commit aa517c39bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
db.go
View file

@ -42,7 +42,7 @@ import (
)
// DefaultOptions used for the DB. They are sane for setups using
// millisecond precision timestampdb.
// millisecond precision timestamps.
var DefaultOptions = &Options{
WALFlushInterval: 5 * time.Second,
RetentionDuration: 15 * 24 * 60 * 60 * 1000, // 15 days in milliseconds