mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-09 03:32:29 +00:00
* Cleanup of the Object api.
git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@1028 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
+2
-2
@@ -192,7 +192,7 @@ Root::set_down_throttle(unsigned int throttle) {
|
||||
return;
|
||||
}
|
||||
|
||||
throttle /= rpc::call_command_value("get_max_downloads_div");
|
||||
throttle /= div;
|
||||
|
||||
unsigned int maxUnchoked;
|
||||
|
||||
@@ -222,7 +222,7 @@ Root::set_up_throttle(unsigned int throttle) {
|
||||
return;
|
||||
}
|
||||
|
||||
throttle /= rpc::call_command_value("get_max_uploads_div");
|
||||
throttle /= div;
|
||||
|
||||
unsigned int maxUnchoked;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user