From 747da175d7281aa213067353430d11530611edb2 Mon Sep 17 00:00:00 2001 From: "suguo.yao" Date: Sat, 17 Dec 2022 15:19:42 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=B4=E6=98=8E=E5=8D=95=E4=BD=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- influx/config.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/influx/config.go b/influx/config.go index ec03bfe..deaa16f 100644 --- a/influx/config.go +++ b/influx/config.go @@ -5,5 +5,6 @@ type Config struct { DBName string Username string Password string - Timeout int + //单位:秒 + Timeout int }