Improve startup time.

git-svn-id: http://svn.igniterealtime.org/svn/repos/spark/trunk@5583 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Derek DeMoro
2006-10-02 05:39:55 +00:00
committed by derek
parent cfe3e3cf86
commit 44e7557d44
2 changed files with 21 additions and 13 deletions

View File

@ -251,7 +251,7 @@ public class Workspace extends JPanel implements PacketListener {
SwingWorker worker = new SwingWorker() {
public Object construct() {
try {
Thread.sleep(100);
Thread.sleep(5000);
}
catch (InterruptedException e) {
Log.error("Unable to sleep thread.", e);