Develop #1

Open
ShayanEdalatjoo wants to merge 5 commits from develop into main
Showing only changes of commit a3d55ca32a - Show all commits
+4 -2
View File
@@ -55,8 +55,10 @@ public class ProgressMonitor implements Runnable {
); );
// TODO: if (completedChunks == chunks.size()) {
// If all chunks are completed, print a final message and exit the loop System.out.println("All chunks completed.");
break;
}
try { try {
Thread.sleep(monitorDelayMs); Thread.sleep(monitorDelayMs);