Skip to content

Commit 7e0ff5c

Browse files
committed
wip
1 parent 61ea514 commit 7e0ff5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/mediathek/mainwindow/MediathekGui.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1210,7 +1210,7 @@ private void shutdownTimerPool() {
12101210
try {
12111211
TimerPool.getRepeatingTimerFuture().cancel(true);
12121212
timerPool.shutdown();
1213-
if (!timerPool.awaitTermination(2, TimeUnit.SECONDS)) {
1213+
if (!timerPool.awaitTermination(500, TimeUnit.MILLISECONDS)) {
12141214
if (Config.isDebugModeEnabled()) {
12151215
logger.warn("Time out occured before pool final termination");
12161216
}

0 commit comments

Comments
 (0)