Commit d0cf65df authored by Matt Tucker's avatar Matt Tucker Committed by matt

Check for new plugins a little bit faster.

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@4042 b35dd754-fafc-0310-a699-88a17e54d16e
parent 1a03c345
......@@ -82,7 +82,7 @@ public class PluginManager {
executor.scheduleWithFixedDelay(new PluginMonitor(), 0, 5, TimeUnit.SECONDS);
}
else {
executor.scheduleWithFixedDelay(new PluginMonitor(), 0, 30, TimeUnit.SECONDS);
executor.scheduleWithFixedDelay(new PluginMonitor(), 0, 20, 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