github.com/tilt-dev/tilt@v0.33.15-0.20240515162809-0a22ed45d8a0/internal/watch/watcher_nonwin.go (about) 1 //go:build !windows 2 // +build !windows 3 4 package watch 5 6 import "github.com/tilt-dev/fsnotify" 7 8 func MaybeIncreaseBufferSize(w *fsnotify.Watcher) { 9 // Not needed on non-windows 10 }