From fdd4aaf264138a3ce978de421b1fa37d44a6094a Mon Sep 17 00:00:00 2001 From: Milo Winningham Date: Fri, 17 Jan 2025 15:36:46 -0800 Subject: [PATCH] Remove outdated note about performance Silenced directories are no longer recorded after 8b1725491339ba3dab101d275e8797e4038b61a0 --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index cc59e02f..57d3ecfa 100644 --- a/README.md +++ b/README.md @@ -135,8 +135,6 @@ sleep Note: `:ignore` regexp patterns are evaluated against relative paths. -Note: Ignoring paths does not improve performance, except when Polling ([#274](https://github.com/guard/listen/issues/274)). - ### Only `Listen` watches all files (less the ignored ones) by default. If you want to only listen to a specific type of file (i.e., just `.rb` extension), you should use the `only` option/method.