mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-19 21:03:30 -07:00
Implement upgrage code.
This commit is contained in:
parent
de712c6ba9
commit
b29f6916cb
4 changed files with 141 additions and 1 deletions
|
@ -88,7 +88,7 @@ using namespace BitTorrent;
|
|||
#include "session.h"
|
||||
|
||||
static const char PEER_ID[] = "qB";
|
||||
static const char RESUME_FOLDER[] = "ResumeData";
|
||||
static const char RESUME_FOLDER[] = "BT_backup";
|
||||
static const int MAX_TRACKER_ERRORS = 2;
|
||||
|
||||
namespace libt = libtorrent;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue