$OpenBSD: patch-doc_rtorrent_rc,v 1.1 2014/05/22 20:42:14 dcoppa Exp $

Set some defaults that are more BSD friendly

--- doc/rtorrent.rc.orig	Thu May 22 09:11:32 2014
+++ doc/rtorrent.rc	Thu May 22 09:13:48 2014
@@ -97,12 +97,12 @@
 # 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
+hash_read_ahead = 8
 
 # Interval between attempts to check the hash, in milliseconds.
-#hash_interval = 100
+hash_interval = 10
 
 # 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
+hash_max_tries = 5
