Compare commits

..

1 Commits

Author SHA1 Message Date
spinline
3bb2d68a65 perf: increase background polling interval to 60 seconds
All checks were successful
Build MIPS Binary / build (push) Successful in 1m51s
2026-02-13 12:26:09 +03:00

View File

@@ -314,7 +314,7 @@ async fn main() {
let loop_interval = if active_clients > 0 { let loop_interval = if active_clients > 0 {
Duration::from_secs(1) Duration::from_secs(1)
} else { } else {
Duration::from_secs(30) Duration::from_secs(60)
}; };
// 1. Fetch Torrents // 1. Fetch Torrents