summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Gorichev <Alex.Gorichev@protonmail.com>2024-02-25 19:22:23 +0000
committerGitHub <noreply@github.com>2024-02-25 19:22:23 +0000
commit1d5f7a5d25db6e5e4fd3ede7a9ef9fd9bf80f783 (patch)
tree2206601ee0c1546e3761cbc4434a2d5632eabe1f
parent13428a507edaf9d243bbdef02c44cd6169afa05c (diff)
downloadsyncthing-docs-1d5f7a5d25db6e5e4fd3ede7a9ef9fd9bf80f783.zip
Clarify inotify limit text (#858)
This took me a few read-throughs to get what it was saying so I've reworded it for clarity.
-rw-r--r--users/faq-parts/usage.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/users/faq-parts/usage.rst b/users/faq-parts/usage.rst
index e739111..caa2160 100644
--- a/users/faq-parts/usage.rst
+++ b/users/faq-parts/usage.rst
@@ -243,8 +243,8 @@ the filesystem watcher on linux:
Failed to start filesystem watcher for folder yourLabel (yourID): failed to
setup inotify handler. Please increase inotify limits, see https://docs.syncthing.net/users/faq.html#inotify-limits
-Linux typically restricts the amount of watches per user (usually 8192). When
-you have more directories you need to adjust that number.
+Linux typically restricts the number of watches per user (usually 8192). If
+you have many directories, you will need to adjust that number.
On many Linux distributions you can run the following to fix it::