From c4f6183f0fd716953cfdc2e1869b5310724a3e57 Mon Sep 17 00:00:00 2001
From: Laurent Bercot
Date: Sun, 7 Dec 2014 14:44:22 +0000
Subject: Document the changes to s6-ftrigrd and s6-supervise
---
doc/s6-ftrigrd.html | 6 ++++++
doc/s6-supervise.html | 3 ++-
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/doc/s6-ftrigrd.html b/doc/s6-ftrigrd.html
index dbd611e..049164d 100644
--- a/doc/s6-ftrigrd.html
+++ b/doc/s6-ftrigrd.html
@@ -69,5 +69,11 @@ to read them. To avoid uncontrolled growth, make sure your client calls
ftrigr_update() as soon as ftrigr_fd() becomes readable.
+
+ A s6-ftrigrd instance can only handle up to FTRIGRD_MAX (defined in s6/ftrigr.h)
+subscriptions at once. By default, this number is 1000, which is more than enough for
+any reasonable system.
+
+