increased default cache size to 8 MB

This commit is contained in:
Arvid Norberg
2008-02-09 21:09:29 +00:00
parent 99eed299cd
commit ea7253c575
2 changed files with 3 additions and 3 deletions

View File

@@ -50,7 +50,7 @@ namespace libtorrent
: m_abort(false)
, m_queue_buffer_size(0)
, m_num_cached_blocks(0)
, m_cache_size(128) // 128 * 16kB = 2MB
, m_cache_size(512) // 512 * 16kB = 8MB
, m_pool(block_size)
#ifndef NDEBUG
, m_block_size(block_size)