don't lock disk cache in RAM by default

This commit is contained in:
Arvid Norberg 2010-08-22 17:39:48 +00:00
parent 00efe29f9e
commit de3db7e84e
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@ namespace libtorrent
, max_sparse_regions(0)
#endif
#ifndef TORRENT_DISABLE_MLOCK
, lock_disk_cache(true)
, lock_disk_cache(false)
#endif
, max_rejects(50)
, recv_socket_buffer_size(0)