We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61ea514 commit 7e0ff5cCopy full SHA for 7e0ff5c
src/main/java/mediathek/mainwindow/MediathekGui.java
@@ -1210,7 +1210,7 @@ private void shutdownTimerPool() {
1210
try {
1211
TimerPool.getRepeatingTimerFuture().cancel(true);
1212
timerPool.shutdown();
1213
- if (!timerPool.awaitTermination(2, TimeUnit.SECONDS)) {
+ if (!timerPool.awaitTermination(500, TimeUnit.MILLISECONDS)) {
1214
if (Config.isDebugModeEnabled()) {
1215
logger.warn("Time out occured before pool final termination");
1216
}
0 commit comments