mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-13 00:33:09 -07:00
Add connection_speed
to advanced settings
Now we follow libtorrent current default value 30. Closes #6973. Also bump WebAPI version.
This commit is contained in:
parent
ea3b897d5d
commit
ef79546508
8 changed files with 47 additions and 6 deletions
|
@ -62,7 +62,8 @@
|
|||
#include "api/torrentscontroller.h"
|
||||
#include "api/transfercontroller.h"
|
||||
|
||||
constexpr int MAX_ALLOWED_FILESIZE = 10 * 1024 * 1024;
|
||||
const int MAX_ALLOWED_FILESIZE = 10 * 1024 * 1024;
|
||||
const char C_SID[] = "SID"; // name of session id cookie
|
||||
|
||||
const QString PATH_PREFIX_ICONS {QStringLiteral("/icons/")};
|
||||
const QString WWW_FOLDER {QStringLiteral(":/www")};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue