Merge pull request #291 from mattbostock/patch-2

Fix typo in db.go
This commit is contained in:
Fabian Reinartz 2018-03-02 12:51:49 +01:00 committed by GitHub
commit 16b2bf1b45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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