Commit 7318a1ac authored by Armando Jagucki's avatar Armando Jagucki Committed by ajagucki

Changed ClearspaceMUCTranscriptManager update period back to 2min.

git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@10435 b35dd754-fafc-0310-a699-88a17e54d16e
parent c2b9feeb
......@@ -76,7 +76,7 @@ public class ClearspaceMUCTranscriptManager implements MUCEventListener {
private final int MAX_QUEUE_SIZE = 64;
private final long FLUSH_PERIOD =
JiveGlobals.getLongProperty("clearspace.transcript.flush.period", JiveConstants.MINUTE * 1);
JiveGlobals.getLongProperty("clearspace.transcript.flush.period", JiveConstants.MINUTE * 2);
private String csMucDomain;
private String csComponentAddress;
......
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