fix documentation issue
This commit is contained in:
parent
18bf330615
commit
5e931e9f63
|
@ -855,9 +855,8 @@ namespace libtorrent
|
||||||
avoid_readback
|
avoid_readback
|
||||||
};
|
};
|
||||||
|
|
||||||
// tells the disk I/O thread which cache flush algorithm to use. The
|
// tells the disk I/O thread which cache flush algorithm to use.
|
||||||
// default algorithm is largest_contiguous. This is specified by the
|
// This is specified by the disk_cache_algo_t enum.
|
||||||
// disk_cache_algo_t enum.
|
|
||||||
disk_cache_algo_t disk_cache_algorithm;
|
disk_cache_algo_t disk_cache_algorithm;
|
||||||
|
|
||||||
// the number of blocks to read into the read cache when a read cache
|
// the number of blocks to read into the read cache when a read cache
|
||||||
|
|
Loading…
Reference in New Issue