diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 49ac5bf..c5e864c 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -9,10 +9,9 @@
-
+
-
@@ -283,7 +282,14 @@
1679696235787
-
+
+ 1679698431426
+
+
+
+ 1679698431426
+
+
@@ -329,7 +335,8 @@
-
+
+
diff --git a/src/Main.java b/src/Main.java
index 0269509..47c575a 100644
--- a/src/Main.java
+++ b/src/Main.java
@@ -124,7 +124,7 @@ public class Main {
}
//this updates if necessary the Progress bar and checks for Finished threads
while (completedThreads < availableThreads) {
- TimeUnit.SECONDS.sleep(1);
+ TimeUnit.MILLISECONDS.sleep(250);
if (showProgress && doTheColorThingy) {
System.out.print(ConsoleColors.BLUE_BOLD + "Progress: " + ConsoleColors.GREEN_BOLD + progress + " / " + filesToBeDone + " | " + (progress * 100 / filesToBeDone) + "%" + ConsoleColors.RESET + "\r");