Develop #1

Merged
Sadra3st merged 6 commits from develop into main 2026-06-10 07:41:46 +00:00
Showing only changes of commit 09ac99ee80 - Show all commits
+5
View File
@@ -58,6 +58,11 @@ public class ProgressMonitor implements Runnable {
// TODO:
// If all chunks are completed, print a final message and exit the loop
if (completedChunks == chunks.size()) {
System.out.println("progress monitor is ended...");
break;
}
try {
Thread.sleep(monitorDelayMs);
} catch (InterruptedException e) {