check new episodes every hour instead of 5 seconds

This commit is contained in:
2026-02-13 19:53:45 +03:00
parent 9c7fa50fcd
commit a7f02c8dd7

View File

@@ -327,7 +327,7 @@ func main() {
}
}
time.Sleep(5 * time.Second)
time.Sleep(1 * time.Hour)
}
}(db)