docs: update thread pool

This commit is contained in:
Ilkka Seppälä
2024-05-22 13:48:48 +03:00
parent 49dab27c85
commit 16fbd26a42
4 changed files with 138 additions and 102 deletions
@@ -45,7 +45,7 @@ public class Worker implements Runnable {
try {
Thread.sleep(task.getTimeMs());
} catch (InterruptedException e) {
e.printStackTrace();
LOGGER.error("Error occurred: ", e);
}
}
}