disable disk cache pool allocator by default

The pool allocator has known issues with not releasing memory when it should
and is of dubious benefit.

See #2251
This commit is contained in:
Steven Siloti 2017-08-17 19:54:38 -07:00 committed by Arvid Norberg
parent b5fe0f95a2
commit 73e898e38e
1 changed files with 1 additions and 1 deletions

View File

@ -212,7 +212,7 @@ namespace libtorrent
SET(support_merkle_torrents, true, 0),
SET(report_redundant_bytes, true, 0),
SET_NOPREV(listen_system_port_fallback, true, 0),
SET(use_disk_cache_pool, true, 0),
SET(use_disk_cache_pool, false, 0),
SET_NOPREV(announce_crypto_support, true, 0),
SET_NOPREV(enable_upnp, true, &session_impl::update_upnp),
SET_NOPREV(enable_natpmp, true, &session_impl::update_natpmp),