Shortened sleep

This commit is contained in:
jim
2026-05-19 16:48:44 -05:00
parent 18c5ac5401
commit 494d6aa2d4
+1 -1
View File
@@ -624,7 +624,7 @@ namespace URLNotesGrabberCORE
Console.ForegroundColor = ConsoleColor.Green; Console.ForegroundColor = ConsoleColor.Green;
Console.WriteLine("{2}\t{0}\t{1}", UnixTimeStampToDateTime(timestamp), noteBlogName, type); Console.WriteLine("{2}\t{0}\t{1}", UnixTimeStampToDateTime(timestamp), noteBlogName, type);
Console.ForegroundColor = previousColor; Console.ForegroundColor = previousColor;
Thread.Sleep(1000); // Brief pause to make new notes more noticeable in the console output Thread.Sleep(250); // Brief pause to make new notes more noticeable in the console output
} }
else else
{ {