Skip to content

Commit da915fd

Browse files
committed
fix: seeding ration and bg installer
1 parent 7863e32 commit da915fd

File tree

3 files changed

+250
-240
lines changed

3 files changed

+250
-240
lines changed

src-tauri/local-crates/fit-launcher-torrent/src/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ impl Default for Bittorrent {
131131
enable_dht: true,
132132
listen_port: 51413,
133133
max_peers: 60,
134-
seed_ratio: Some(1.0),
134+
seed_ratio: None,
135135
seed_time: None,
136136
}
137137
}

0 commit comments

Comments
 (0)