don't lock disk cache in RAM by default
This commit is contained in:
@@ -183,7 +183,7 @@ namespace libtorrent
|
|||||||
, max_sparse_regions(0)
|
, max_sparse_regions(0)
|
||||||
#endif
|
#endif
|
||||||
#ifndef TORRENT_DISABLE_MLOCK
|
#ifndef TORRENT_DISABLE_MLOCK
|
||||||
, lock_disk_cache(true)
|
, lock_disk_cache(false)
|
||||||
#endif
|
#endif
|
||||||
, max_rejects(50)
|
, max_rejects(50)
|
||||||
, recv_socket_buffer_size(0)
|
, recv_socket_buffer_size(0)
|
||||||
|
Reference in New Issue
Block a user