]> Sergey Matveev's repositories - public-inbox.git/commitdiff
doc: daemon: update documentation around Inline::C
authorEric Wong <e@yhbt.net>
Sun, 5 Jul 2020 22:44:50 +0000 (22:44 +0000)
committerEric Wong <e@yhbt.net>
Mon, 6 Jul 2020 20:01:27 +0000 (20:01 +0000)
`~/.cache/public-inbox/inline-c' is supported, nowadays
for convenience, but Inline::C usage will remain opt-in.

Documentation/public-inbox-daemon.pod

index 6091e8e6454fe927e730eccd37455a557b9d6582..747c14527851d0348ef700aff20553fb783d8b46 100644 (file)
@@ -142,8 +142,8 @@ enables the use of L<vfork(2)> which speeds up subprocess
 spawning with the Linux kernel.
 
 public-inbox will never enable L<Inline::C> automatically without
-this environment variable set.  See L<Inline> and L<Inline::C>
-for more details.
+this environment variable set or C<~/.cache/public-inbox/inline-c>
+created by a user. See L<Inline> and L<Inline::C> for more details.
 
 =back