mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-29 11:01:22 -04:00
fixed setting/getting maxrates using pgp id
This commit is contained in:
parent
a07805be1d
commit
a4931edee0
7 changed files with 29 additions and 38 deletions
|
@ -397,7 +397,7 @@ void ConfCertDialog::applyDialog()
|
|||
uint32_t max_upload_speed = ui.maxUploadSpeed_SB->value() ;
|
||||
uint32_t max_download_speed = ui.maxDownloadSpeed_SB->value();
|
||||
|
||||
rsPeers->setPeerMaximumRates(peerId,max_upload_speed,max_download_speed);
|
||||
rsPeers->setPeerMaximumRates(pgpId,max_upload_speed,max_download_speed);
|
||||
|
||||
loadAll();
|
||||
close();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue