Skip to content

Commit

Permalink
fix(core): remove throttle from watch (#18077)
Browse files Browse the repository at this point in the history
(cherry picked from commit 460e469)
  • Loading branch information
Cammisuli authored and FrozenPandaz committed Jul 13, 2023
1 parent 7b7f1e7 commit f8a4eaa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/nx/src/native/watch/watch_config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ pub(super) async fn create_runtime(
runtime.filterer(Arc::new(WatchFilterer {
inner: IgnoreFilterer(filter),
}));
runtime.action_throttle(Duration::from_millis(500));

// let watch_directories = get_watch_directories(origin);
// trace!(directories = ?watch_directories, "watching");
Expand Down

0 comments on commit f8a4eaa

Please sign in to comment.