diff options
| -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). | |||
| 249 | The number of seconds a blocked IP address is ignored in login attempts | 249 | The number of seconds a blocked IP address is ignored in login attempts |
| 250 | (default: 300 seconds). | 250 | (default: 300 seconds). |
| 251 | .It Ic disable_sandbox | 251 | .It Ic disable_sandbox |
| 252 | This boolean toggle allows disabling sandboxing (for Linux or OpenBSD). Sandboxing limits | 252 | This boolean toggle allows disabling sandboxing (for Linux or OpenBSD). Confining a |
| 253 | what directories a program can use, so it's recommended for security. Disable it only | 253 | program in a sandbox limits the directories and resources it can use, so it's |
| 254 | if you are experimenting errors while stablishing connections or DNS resolving. | 254 | recommended for security. |
| 255 | .It Ic max_public_entries | ||
| 256 | The maximum number of entries (posts) to be returned in user RSS feeds and outboxes | ||
| 257 | (default: 20). | ||
| 255 | .El | 258 | .El |
| 256 | .Pp | 259 | .Pp |
| 257 | You must restart the server to make effective these changes. | 260 | You must restart the server to make effective these changes. |