mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
more threads
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user