Higher maximum download limit

This commit is contained in:
Christophe Dumez
2010-09-25 08:04:36 +00:00
parent a7e4e0273a
commit 1940bc4e73
2 changed files with 2 additions and 2 deletions

View File

@@ -57,7 +57,7 @@ class SpeedLimitDialog : public QDialog, private Ui_bandwidth_dlg {
}
// -2: if cancel
static long askSpeedLimit(bool *ok, QString title, long default_value, long max_value=1024000) {
static long askSpeedLimit(bool *ok, QString title, long default_value, long max_value=10240000) {
SpeedLimitDialog dlg;
dlg.setWindowTitle(title);
dlg.setMaxValue(max_value/1024.);