diff --git a/URLNotesGrabberCORE/DataAccess.cs b/URLNotesGrabberCORE/DataAccess.cs index 140b2bc..bded7c1 100644 --- a/URLNotesGrabberCORE/DataAccess.cs +++ b/URLNotesGrabberCORE/DataAccess.cs @@ -624,7 +624,7 @@ namespace URLNotesGrabberCORE Console.ForegroundColor = ConsoleColor.Green; Console.WriteLine("{2}\t{0}\t{1}", UnixTimeStampToDateTime(timestamp), noteBlogName, type); 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 {