Skip to content

Commit

Permalink
xally: webhook tick at 10m, version: bump to 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
hayzamjs committed May 14, 2024
1 parent 9117c56 commit 7d4111a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ func main() {
}()

if cfg.Node == "Xally" {
webhookTicker := time.NewTicker(6 * time.Minute)
webhookTicker := time.NewTicker(10 * time.Minute)

go func() {
for {
Expand Down
2 changes: 1 addition & 1 deletion services/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
"time"
)

const version = "1.1.3"
const version = "1.1.4"

type Config struct {
Node string `json:"node"`
Expand Down

0 comments on commit 7d4111a

Please sign in to comment.