Commit 7ff0d3fc authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gato

Increased initial delay of ConfigClearspaceTask to make sure that HttpBinding has started.

git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@10911 b35dd754-fafc-0310-a699-88a17e54d16e
parent 205e2fda
......@@ -577,7 +577,7 @@ public class ClearspaceManager extends BasicModule implements ExternalComponentM
// Create and schedule a confi task every minute
configClearspaceTask = new ConfigClearspaceTask();
// Wait some time to start the task until Openfire has binding address
TaskEngine.getInstance().schedule(configClearspaceTask, JiveConstants.SECOND * 10, JiveConstants.MINUTE);
TaskEngine.getInstance().schedule(configClearspaceTask, JiveConstants.SECOND * 30, JiveConstants.MINUTE);
Log.debug("Starting configuration Clearspace task in 10 seconds.");
}
......
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