added volatile read cache option

This commit is contained in:
Arvid Norberg
2010-01-30 03:50:17 +00:00
parent a4ff3cdf87
commit ccf8b0278a
5 changed files with 30 additions and 2 deletions

View File

@@ -3721,6 +3721,7 @@ session_settings
bool drop_skipped_requests;
bool low_prio_disk;
bool volatile_read_cache;
};
``user_agent`` this is the client identification to the tracker.
@@ -4191,6 +4192,12 @@ overall responsiveness of the system while downloading in the
background. For high-performance server setups, this might not
be desirable.
``volatile_read_cache``, if this is set to true, read cache blocks
that are hit by peer read requests are removed from the disk cache
to free up more space. This is useful if you don't expect the disk
cache to create any cache hits from other peers than the one who
triggered the cache line to be read into the cache in the first place.
pe_settings
===========