From aa517c39bbea6349df7a366ed8cc4230292aac78 Mon Sep 17 00:00:00 2001 From: Matt Bostock Date: Fri, 2 Mar 2018 11:12:32 +0000 Subject: [PATCH] Fix typo in db.go --- db.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db.go b/db.go index 33ab55e4e..489f3a12e 100644 --- a/db.go +++ b/db.go @@ -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