Commit 7b822ec1 authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gaston

Changed frequency for monitoring the plugin directory to 30 sec.


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@436 b35dd754-fafc-0310-a699-88a17e54d16e
parent ef338606
......@@ -52,7 +52,7 @@ public class PluginManager {
*/
public void start() {
executor = new ScheduledThreadPoolExecutor(1);
executor.scheduleWithFixedDelay(new PluginMonitor(), 0, 5, TimeUnit.SECONDS);
executor.scheduleWithFixedDelay(new PluginMonitor(), 0, 30, TimeUnit.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