mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 15:07:22 -06: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:
@@ -43,13 +43,11 @@
|
||||
#include "base/utils/net.h"
|
||||
#include "base/utils/version.h"
|
||||
|
||||
constexpr Utils::Version<int, 3, 2> API_VERSION {2, 8, 2};
|
||||
inline const Utils::Version<int, 3, 2> API_VERSION {2, 8, 3};
|
||||
|
||||
class APIController;
|
||||
class WebApplication;
|
||||
|
||||
constexpr char C_SID[] = "SID"; // name of session id cookie
|
||||
|
||||
class WebSession final : public ISession
|
||||
{
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user