mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
refactor: remove references to FD_SETSIZE (#4263)
This commit is contained in:
@@ -1023,13 +1023,13 @@ NetworkPage::NetworkPage(
|
||||
*gtr_get_widget<Gtk::SpinButton>(builder, "max_torrent_peers_spin"),
|
||||
TR_KEY_peer_limit_per_torrent,
|
||||
1,
|
||||
FD_SETSIZE,
|
||||
INT_MAX,
|
||||
5);
|
||||
init_spin_button(
|
||||
*gtr_get_widget<Gtk::SpinButton>(builder, "max_total_peers_spin"),
|
||||
TR_KEY_peer_limit_global,
|
||||
1,
|
||||
FD_SETSIZE,
|
||||
INT_MAX,
|
||||
5);
|
||||
|
||||
#ifdef WITH_UTP
|
||||
|
||||
Reference in New Issue
Block a user