Index: source/ariba/overlay/BaseOverlay.cpp
===================================================================
--- source/ariba/overlay/BaseOverlay.cpp	(revision 6966)
+++ source/ariba/overlay/BaseOverlay.cpp	(revision 6967)
@@ -2113,10 +2113,10 @@
 
 	// do not refresh every second
-	if (republishCounter < 2) {
+/*	if (republishCounter < 2) {
 		republishCounter++;
 		return;
 	}
 	republishCounter = 0;
-
+*/
 	// remove old values from DHT
 	BOOST_FOREACH( DHTEntry& entry, dht->entries ) {
