check for new torrents every hour instead of 10 seconds

This commit is contained in:
2026-02-13 23:20:33 +03:00
parent a37ed0d902
commit fd80929220

View File

@@ -143,7 +143,7 @@ func main() {
} }
} }
time.Sleep(10 * time.Second) time.Sleep(1 * time.Hour)
} }
}(m) }(m)