Commit 4c4cb9b8 authored by Tom Evans's avatar Tom Evans Committed by tevans

OF-205: Prevent cyclical flushItems call across cluster members

git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/branches/pubsub_clustering@13261 b35dd754-fafc-0310-a699-88a17e54d16e
parent e008f6da
...@@ -22,7 +22,7 @@ public class FlushTask implements ClusterTask ...@@ -22,7 +22,7 @@ public class FlushTask implements ClusterTask
public void run() public void run()
{ {
log.debug("[TASK] Flush pubsub"); log.debug("[TASK] Flush pubsub");
PubSubPersistenceManager.flushItems(); PubSubPersistenceManager.flushItems(false); // just this member
} }
@Override @Override
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment