Skip to content

Commit 7d4111a

Browse files
committed
xally: webhook tick at 10m, version: bump to 1.1.4
1 parent 9117c56 commit 7d4111a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ func main() {
115115
}()
116116

117117
if cfg.Node == "Xally" {
118-
webhookTicker := time.NewTicker(6 * time.Minute)
118+
webhookTicker := time.NewTicker(10 * time.Minute)
119119

120120
go func() {
121121
for {

services/config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212
"time"
1313
)
1414

15-
const version = "1.1.3"
15+
const version = "1.1.4"
1616

1717
type Config struct {
1818
Node string `json:"node"`

0 commit comments

Comments
 (0)