We are getting below error in SQL 2008 R2 MERGE REPLICAITON
The replication agent has not logged a progress message in 10 minutes. This might indicate an unresponsive agent or high system activity. Verify that records are being replicated to the destination and that connections to the Subscriber, Publisher, and Distributor are still active.
even after changing below seeting also no use.
USE master
exec sp_changedistributor_property
@property = N'heartbeat_interval',
@value = 5;
GO