commit 3d18a32d477f8932ba0b296af2a9b3b91d50b996 parent 10d0acc6550de3113f4fbceda6b556d8898e8ea9 Author: default <nobody@localhost> Date: Sun, 5 Jan 2025 17:00:15 +0100 Updated documentation. Diffstat:
M | doc/snac.8 | | | 9 | ++++++--- |
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/doc/snac.8 b/doc/snac.8 @@ -249,9 +249,12 @@ from it are rejected until the lock expires (default: 5 retries). The number of seconds a blocked IP address is ignored in login attempts (default: 300 seconds). .It Ic disable_sandbox -This boolean toggle allows disabling sandboxing (for Linux or OpenBSD). Sandboxing limits -what directories a program can use, so it's recommended for security. Disable it only -if you are experimenting errors while stablishing connections or DNS resolving. +This boolean toggle allows disabling sandboxing (for Linux or OpenBSD). Confining a +program in a sandbox limits the directories and resources it can use, so it's +recommended for security. +.It Ic max_public_entries +The maximum number of entries (posts) to be returned in user RSS feeds and outboxes +(default: 20). .El .Pp You must restart the server to make effective these changes.