aggiunto timeout per la connessione con influxdb
This commit is contained in:
parent
a03057fe81
commit
1ebc85d1c3
2 changed files with 52 additions and 1 deletions
|
@ -12,7 +12,7 @@ import (
|
|||
)
|
||||
|
||||
const (
|
||||
_VERSION = "v1.2.0"
|
||||
_VERSION = "v1.2.1"
|
||||
_tformat = "2006-01-02"
|
||||
_24h = (time.Hour * 23) + (time.Minute * 59) + (time.Second * 59)
|
||||
_10m = (time.Minute * 10)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue