Index: /source/ariba/overlay/modules/chord/detail/chord_routing_table.hpp
===================================================================
--- /source/ariba/overlay/modules/chord/detail/chord_routing_table.hpp	(revision 5661)
+++ /source/ariba/overlay/modules/chord/detail/chord_routing_table.hpp	(revision 5663)
@@ -167,5 +167,5 @@
 public:
 	/// constructs the reactive chord routing table
-	explicit chord_routing_table( const nodeid_t& id, int redundancy = 2 ) :
+	explicit chord_routing_table( const nodeid_t& id, int redundancy = 8 ) :
 		id(id),	succ( redundancy, succ_compare_type(this->id), *this ),
 		pred( redundancy, pred_compare_type(this->id), *this ) {
