From 66a116841a70c1ea53aa895e5ff6a3b84c2b715a Mon Sep 17 00:00:00 2001 From: rakshasa Date: Tue, 14 Aug 2012 17:55:31 +0900 Subject: [PATCH] Removed old options. --- doc/rtorrent.rc | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/doc/rtorrent.rc b/doc/rtorrent.rc index 963082b2..d1b6076c 100644 --- a/doc/rtorrent.rc +++ b/doc/rtorrent.rc @@ -82,21 +82,3 @@ # Enable peer exchange (for torrents not marked private) # # peer_exchange = yes - -# -# Do not modify the following parameters unless you know what you're doing. -# - -# Hash read-ahead controls how many MB to request the kernel to read -# ahead. If the value is too low the disk may not be fully utilized, -# while if too high the kernel might not be able to keep the read -# pages in memory thus end up trashing. -#hash_read_ahead = 10 - -# Interval between attempts to check the hash, in milliseconds. -#hash_interval = 100 - -# Number of attempts to check the hash while using the mincore status, -# before forcing. Overworked systems might need lower values to get a -# decent hash checking rate. -#hash_max_tries = 10