forked from premiere/premiere-libtorrent
revert client_test
This commit is contained in:
parent
b7c5d2f12d
commit
d53fa12cd3
|
@ -754,7 +754,7 @@ int main(int argc, char* argv[])
|
||||||
}
|
}
|
||||||
|
|
||||||
using namespace libtorrent;
|
using namespace libtorrent;
|
||||||
session_settings settings = min_memory_usage();
|
session_settings settings;
|
||||||
proxy_settings ps;
|
proxy_settings ps;
|
||||||
|
|
||||||
settings.user_agent = "client_test/" LIBTORRENT_VERSION;
|
settings.user_agent = "client_test/" LIBTORRENT_VERSION;
|
||||||
|
|
Loading…
Reference in New Issue