more threads

This commit is contained in:
Athou
2013-04-11 19:35:16 +02:00
parent 4b49625a8f
commit 54ebf7b9db
3 changed files with 4 additions and 4 deletions

View File

@@ -63,7 +63,7 @@ public class StartupBean {
}
// 3 threads
for (int i = 0; i < 3; i++) {
for (int i = 0; i < 6; i++) {
worker.start();
}