From 2e0e668383fcf2189eb6484535340f6d08e64040 Mon Sep 17 00:00:00 2001 From: Zohaib Sibte Hassan Date: Thu, 28 Dec 2023 21:39:12 -0800 Subject: [PATCH] Removing sleep --- db/change_log.go | 1 - 1 file changed, 1 deletion(-) diff --git a/db/change_log.go b/db/change_log.go index 526e343..435a649 100644 --- a/db/change_log.go +++ b/db/change_log.go @@ -263,7 +263,6 @@ func (conn *SqliteStreamDB) filterChangesTo(changed chan fsnotify.Event, watcher } if ev.Op == fsnotify.Chmod { - time.Sleep(1 * time.Millisecond) continue }