]> granicus.if.org Git - transmission/commitdiff
(trunk libT) #3767 "rarest first policy" -- disable the assertReplicationCountIsExact...
authorJordan Lee <jordan@transmissionbt.com>
Thu, 17 Feb 2011 13:00:11 +0000 (13:00 +0000)
committerJordan Lee <jordan@transmissionbt.com>
Thu, 17 Feb 2011 13:00:11 +0000 (13:00 +0000)
libtransmission/peer-mgr.c

index adf566f2cb0fe00fa0c16d36d774f3cdf5397ecb..2835894497d3fff40df9830fd2e6668a8c8f58ea 100644 (file)
@@ -965,7 +965,7 @@ pieceListSort( Torrent * t, enum piece_sort_state state )
  * These functions are useful for testing, but too expensive for nightly builds.
  * let's leave it disabled but add an easy hook to compile it back in
  */
-#if 0
+#if 1
 #define assertWeightedPiecesAreSorted(t)
 #define assertReplicationCountIsExact(t)
 #else