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 all chunks are completed, print a final message and exit the loop
if (completedChunks == chunks.size()) {
System.out.println("All chunks completed.");
break;
}
try {
Thread.sleep(monitorDelayMs);