From 7fccbd7dd2f39f46e01ddc38938d5d8ce869ee45 Mon Sep 17 00:00:00 2001 From: "suguo.yao" Date: Fri, 17 Dec 2021 12:17:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9ms=E7=9C=8B=E6=80=A7=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index d28122e..e931824 100644 --- a/main.go +++ b/main.go @@ -107,7 +107,7 @@ func main() { for { bp, err := client.NewBatchPoints(client.BatchPointsConfig{ Database: "wristband", - Precision: "s", + Precision: "ms", }) if err != nil { log.Fatalln(err.Error())