Skip to content

Commit

Permalink
[RELEASE-FIX] DON'T MERGE - Disable HeartbeatDispatcher to avoid #710
Browse files Browse the repository at this point in the history
  • Loading branch information
tobous committed Sep 26, 2019
1 parent 0f3d31d commit a8fe068
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/src/saros/session/SarosCoreSessionContextFactory.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import saros.concurrent.management.ConcurrentDocumentClient;
import saros.concurrent.management.ConcurrentDocumentServer;
import saros.concurrent.management.HeartbeatDispatcher;
import saros.concurrent.watchdog.ConsistencyWatchdogClient;
import saros.concurrent.watchdog.ConsistencyWatchdogHandler;
import saros.concurrent.watchdog.ConsistencyWatchdogServer;
Expand Down Expand Up @@ -41,7 +40,6 @@ public final void createComponents(ISarosSession session, MutablePicoContainer c
*/
container.addComponent(ConcurrentDocumentServer.class);
container.addComponent(ConcurrentDocumentClient.class);
container.addComponent(HeartbeatDispatcher.class);

// Session Timeout Handling
if (session.isHost()) container.addComponent(ServerSessionTimeoutHandler.class);
Expand Down

0 comments on commit a8fe068

Please sign in to comment.