Skip to content

Commit

Permalink
Removing sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
Zohaib Sibte Hassan committed Dec 29, 2023
1 parent e2528ad commit 2e0e668
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion db/change_log.go
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,6 @@ func (conn *SqliteStreamDB) filterChangesTo(changed chan fsnotify.Event, watcher
}

if ev.Op == fsnotify.Chmod {
time.Sleep(1 * time.Millisecond)
continue
}

Expand Down

0 comments on commit 2e0e668

Please sign in to comment.