From 494d6aa2d472d296b7d42696cb6a68dda8f37a1b Mon Sep 17 00:00:00 2001 From: jim Date: Tue, 19 May 2026 16:48:44 -0500 Subject: [PATCH] Shortened sleep --- URLNotesGrabberCORE/DataAccess.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {