diff --git a/helpers/watcher.go b/helpers/watcher.go index 5028968..3c8cb6a 100644 --- a/helpers/watcher.go +++ b/helpers/watcher.go @@ -6,7 +6,6 @@ import ( "log" "path/filepath" "sync" - "time" "github.com/fsnotify/fsnotify" ) @@ -99,7 +98,6 @@ func (fw *FileWatcher) Watch() error { } log.Println("event:", event) if !event.Has(fsnotify.Chmod) { - time.Sleep(50 * time.Millisecond) fw.mu.Lock() for _, wf := range fw.wf { wf(event.Name) diff --git a/techstack.md b/techstack.md index 01c4e68..7418d07 100644 --- a/techstack.md +++ b/techstack.md @@ -83,3 +83,4 @@ - Horizontale Jahresnavigation durch vertikale ersetzen, so wie in der Einzelansicht - Was ist "Link auf seite teilen"? - Bevorzugtes Datumsformat +- Zitierweise, Logo