From 359307ed4bcb492b8ba48c5d0571b3c29529e91d Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Wed, 2 Apr 2025 14:33:55 -1000 Subject: [PATCH] ;doc:ui: another --watch tip --- hledger-ui/hledger-ui.m4.md | 1 + 1 file changed, 1 insertion(+) diff --git a/hledger-ui/hledger-ui.m4.md b/hledger-ui/hledger-ui.m4.md index 686bbea5a..4fcd4c83d 100644 --- a/hledger-ui/hledger-ui.m4.md +++ b/hledger-ui/hledger-ui.m4.md @@ -332,6 +332,7 @@ eg to toggle cleared mode, or to explore the history. *However.* There are currently a number of limitations/unresolved bugs with `--watch`: - It may not work at all for you, depending on platform or system configuration. + On some unix systems, increasing fs.inotify.max_user_watches or fs.file-max parameters in /etc/sysctl.conf might help. ([#836](https://github.com/simonmichael/hledger/issues/836)) - It will not detect file changes made by certain editors, such as VS Code, Jetbrains IDEs, or `gedit`. ([#1617](https://github.com/simonmichael/hledger/issues/1617))