Slow reflection of file state changes. #3923
Unanswered
Pacifficus
asked this question in
1. Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What system are you running Yazi on?
Linux Wayland
What terminal are you running Yazi in?
foot 1.26.1
yazi --debugoutputYazi Version : 26.2.2 (1caa5807 2026-04-30) Debug : false Triple : x86_64-unknown-linux-gnu (linux-x86_64) Rustc : 1.95.0 (59807616 2026-04-14) Backtrace: None Ya Version: 26.2.2 (1caa5807 2026-04-30) Config Init : /home/pacificus/.config/yazi/init.lua (No such file or directory (os error 2)) Yazi : /home/pacificus/.config/yazi/yazi.toml (No such file or directory (os error 2)) Keymap : /home/pacificus/.config/yazi/keymap.toml (No such file or directory (os error 2)) Theme : /home/pacificus/.config/yazi/theme.toml (No such file or directory (os error 2)) VFS : /home/pacificus/.config/yazi/vfs.toml (No such file or directory (os error 2)) Package : /home/pacificus/.config/yazi/package.toml (No such file or directory (os error 2)) Dark/light flavor: ArcSwapAny("") / ArcSwapAny("") Emulator TERM : Some("foot") TERM_PROGRAM : None TERM_PROGRAM_VERSION: None Brand.from_env : Some(Foot) Emulator.detect : Emulator { kind: Left(Foot), version: "foot(1.26.1)", light: false, csi_16t: (9, 19), force_16t: false } Adapter Adapter.matches : Sixel Dimension.available: Dimension { rows: 74, columns: 141, width: 1269, height: 1406 } Desktop XDG_SESSION_TYPE : Some("wayland") WAYLAND_DISPLAY : Some("wayland-1") DISPLAY : Some(":0") SWAYSOCK : Some("/run/user/1000/sway-ipc.1000.879.sock") HYPRLAND_INSTANCE_SIGNATURE: None WAYFIRE_SOCKET : None SSH shared.in_ssh_connection: false WSL WSL: false Variables SHELL : Some("/bin/zsh") EDITOR : Some("/usr/bin/nvim") VISUAL : None YAZI_FILE_ONE : None YAZI_CONFIG_HOME : None YAZI_ZOXIDE_OPTS : None SSH_AUTH_SOCK : None FZF_DEFAULT_OPTS : None FZF_DEFAULT_COMMAND: None Text Opener default : Some(OpenerRule { id: Id(3), run: NonEmptyString("${EDITOR:-vi} %s"), block: true, orphan: false, desc: "$EDITOR", for: Unix, spread: true }) block-create: Some(OpenerRule { id: Id(3), run: NonEmptyString("${EDITOR:-vi} %s"), block: true, orphan: false, desc: "$EDITOR", for: Unix, spread: true }) block-rename: Some(OpenerRule { id: Id(3), run: NonEmptyString("${EDITOR:-vi} %s"), block: true, orphan: false, desc: "$EDITOR", for: Unix, spread: true }) Multiplexers TMUX : false tmux version : No such file or directory (os error 2) tmux build flags : enable-sixel=Unknown ZELLIJ_SESSION_NAME: None Zellij version : No such file or directory (os error 2) Dependencies file : 5.47 ueberzugpp : No such file or directory (os error 2) ffmpeg/ffprobe: 8.1 / 8.1 pdftoppm : 26.04.0 magick : 7.1.2-21 fzf : 0.71.0 fd/fdfind : 10.4.2 / No such file or directory (os error 2) rg : No such file or directory (os error 2) chafa : No such file or directory (os error 2) zoxide : No such file or directory (os error 2) 7zz/7z : No such file or directory (os error 2) / 24.09 resvg : 0.47.0 jq : 1.8.1 Clipboard wl-copy/paste: 2.3.0 / 2.3.0 xclip : 0.13 xsel : No such file or directory (os error 2) Routine `file -bL --mime-type`: text/plain See https://yazi-rs.github.io/docs/plugins/overview#debugging on how to enable logging or debug runtime errors.Describe the question
Hello, and apologies if this is a duplicate. Since version 25.12.29, I’ve noticed a noticeable delay when the UI reflects file state changes for actions like creating, cutting, and deleting files. The operations themselves complete almost instantly, but the file manager takes noticeably longer to update the display.
If I open version 25.5.31 alongside any newer release build (including the nightly build), the difference is immediately apparent. For comparison, opening two instances of yazi with the same 25.5.31 version shows identical, responsive behavior. I’ve tested this across several Linux distributions, and the issue persists. I’m using the default configuration.
Is there a configuration option I can tweak to reduce this delay?
Anything else?
yazi-test.mp4
Checklist
Beta Was this translation helpful? Give feedback.
All reactions