aboutsummaryrefslogtreecommitdiff
path: root/alacritty/src/cli.rs
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2020-12-17 00:52:03 +0000
committerGitHub <noreply@github.com>2020-12-17 00:52:03 +0000
commit1e9b550f447bb4e1caf1e5ad36f760f1ef869b25 (patch)
treef9e7624e9b313ab84f28ee8d468348b46114ba54 /alacritty/src/cli.rs
parentbb4fddd59365ec9bbff43b48da5fca23e9c55a99 (diff)
downloadr-alacritty-1e9b550f447bb4e1caf1e5ad36f760f1ef869b25.tar.gz
r-alacritty-1e9b550f447bb4e1caf1e5ad36f760f1ef869b25.tar.bz2
r-alacritty-1e9b550f447bb4e1caf1e5ad36f760f1ef869b25.zip
Increase file watcher delay on BSD
Since BSD does not support inotify polling in the `notify` crate and instead relies on manual filesystem polling, this would cause a high CPU usage at 100 polls a second. A separate polling rate of once per second is now used for platforms which do not support filesystem polling, allowing users to still make use of live config reload on BSD. Fixes #3871.
Diffstat (limited to 'alacritty/src/cli.rs')
0 files changed, 0 insertions, 0 deletions