mirror of
https://github.com/skidoodle/ncore-stats.git
synced 2025-02-15 05:09:14 +01:00
Update main.go
This commit is contained in:
parent
9acfc490f0
commit
d62689b48e
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
@ -180,7 +180,7 @@ func serveHTML(w http.ResponseWriter, r *http.Request) {
|
||||||
}
|
}
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
ticker := time.NewTicker(time.Minute * 30)
|
ticker := time.NewTicker(time.Hour * 24)
|
||||||
defer ticker.Stop()
|
defer ticker.Stop()
|
||||||
|
|
||||||
go func() {
|
go func() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue