fix: increase ticker time again...
This commit is contained in:
parent
b0aa00d971
commit
24ee92f185
2 changed files with 2 additions and 2 deletions
|
@ -66,7 +66,7 @@ func main() {
|
||||||
}
|
}
|
||||||
query := db.New(con)
|
query := db.New(con)
|
||||||
|
|
||||||
ticker := time.NewTicker(1 * time.Minute)
|
ticker := time.NewTicker(10 * time.Minute)
|
||||||
quit := make(chan struct{})
|
quit := make(chan struct{})
|
||||||
|
|
||||||
go func() {
|
go func() {
|
||||||
|
|
|
@ -58,7 +58,7 @@ func main() {
|
||||||
}
|
}
|
||||||
query := db.New(con)
|
query := db.New(con)
|
||||||
|
|
||||||
ticker := time.NewTicker(1 * time.Minute)
|
ticker := time.NewTicker(10 * time.Minute)
|
||||||
quit := make(chan struct{})
|
quit := make(chan struct{})
|
||||||
|
|
||||||
go func() {
|
go func() {
|
||||||
|
|
Loading…
Reference in a new issue