diff options
| author | default <nobody@localhost> | 2025-01-05 17:00:15 +0100 |
|---|---|---|
| committer | default <nobody@localhost> | 2025-01-05 17:00:15 +0100 |
| commit | 3d18a32d477f8932ba0b296af2a9b3b91d50b996 (patch) | |
| tree | 104888b75ca0ab3a81b9480e04047c9eba840874 /doc/snac.8 | |
| parent | 10d0acc6550de3113f4fbceda6b556d8898e8ea9 (diff) | |
Updated documentation.
Diffstat (limited to 'doc/snac.8')
| -rw-r--r-- | doc/snac.8 | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -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. |