diff options
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. |