From 69ce36a1f524fd85474b2777c0abb5c8839d14b1 Mon Sep 17 00:00:00 2001 From: jim Date: Fri, 15 May 2026 11:49:54 -0500 Subject: [PATCH] sleep call on finding note --- .gitignore | 4 ++++ URLNotesGrabberCORE/DataAccess.cs | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 390b017..9221153 100644 --- a/.gitignore +++ b/.gitignore @@ -367,3 +367,7 @@ FodyWeavers.xsd .claude/settings.local.json .claude/worktrees/ +/URLNotesGrabberCORE/TL.db +/URLNotesGrabberCORE/tl.db-shm +/URLNotesGrabberCORE/tl.db-wal +/U/jim/documents/web copies/blogs diff --git a/URLNotesGrabberCORE/DataAccess.cs b/URLNotesGrabberCORE/DataAccess.cs index 7131439..a5e5d92 100644 --- a/URLNotesGrabberCORE/DataAccess.cs +++ b/URLNotesGrabberCORE/DataAccess.cs @@ -526,7 +526,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(1000); // Brief pause to make new notes more noticeable in the console output } else {