Commit 4587f830 authored by Armando Jagucki's avatar Armando Jagucki Committed by ajagucki

Changed ClearspaceMUCTranscriptManager update period back to 1min.

git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@10436 b35dd754-fafc-0310-a699-88a17e54d16e
parent 7318a1ac
......@@ -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 * 2);
JiveGlobals.getLongProperty("clearspace.transcript.flush.period", JiveConstants.MINUTE * 1);
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