We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9117c56 commit 7d4111aCopy full SHA for 7d4111a
main.go
@@ -115,7 +115,7 @@ func main() {
115
}()
116
117
if cfg.Node == "Xally" {
118
- webhookTicker := time.NewTicker(6 * time.Minute)
+ webhookTicker := time.NewTicker(10 * time.Minute)
119
120
go func() {
121
for {
services/config/config.go
@@ -12,7 +12,7 @@ import (
12
"time"
13
)
14
15
-const version = "1.1.3"
+const version = "1.1.4"
16
17
type Config struct {
18
Node string `json:"node"`
0 commit comments