diff options
Diffstat (limited to 'doc/snac.8')
| -rw-r--r-- | doc/snac.8 | 6 |
1 files changed, 6 insertions, 0 deletions
| @@ -154,6 +154,8 @@ to those servers that went timeout in the previous retry. If you want to | |||
| 154 | give slow servers a chance to receive your messages, you can increase this | 154 | give slow servers a chance to receive your messages, you can increase this |
| 155 | value (but also take into account that processing the queue will take longer | 155 | value (but also take into account that processing the queue will take longer |
| 156 | while waiting for these molasses to respond). | 156 | while waiting for these molasses to respond). |
| 157 | .It Ic def_timeline_entries | ||
| 158 | This is the default timeline entries shown in the web interface. | ||
| 157 | .It Ic max_timeline_entries | 159 | .It Ic max_timeline_entries |
| 158 | This is the maximum timeline entries shown in the web interface. | 160 | This is the maximum timeline entries shown in the web interface. |
| 159 | .It Ic timeline_purge_days | 161 | .It Ic timeline_purge_days |
| @@ -205,6 +207,8 @@ The email address of the instance administrator (optional). | |||
| 205 | The user name of the instance administrator (optional). | 207 | The user name of the instance administrator (optional). |
| 206 | .It Ic short_description | 208 | .It Ic short_description |
| 207 | A textual short description about the instance (optional). | 209 | A textual short description about the instance (optional). |
| 210 | .It Ic short_description_raw | ||
| 211 | Whether to interpret short_descript as raw string or convert to HTML (optional). | ||
| 208 | .It Ic fastcgi | 212 | .It Ic fastcgi |
| 209 | If set to true, | 213 | If set to true, |
| 210 | .Nm | 214 | .Nm |
| @@ -256,6 +260,8 @@ need at least a Linux kernel version 5.13.0. | |||
| 256 | .It Ic max_public_entries | 260 | .It Ic max_public_entries |
| 257 | The maximum number of entries (posts) to be returned in user RSS feeds and outboxes | 261 | The maximum number of entries (posts) to be returned in user RSS feeds and outboxes |
| 258 | (default: 20). | 262 | (default: 20). |
| 263 | .It Ic max_attachments | ||
| 264 | The maximum number of attachments per post (default: 4). | ||
| 259 | .El | 265 | .El |
| 260 | .Pp | 266 | .Pp |
| 261 | You must restart the server to make effective these changes. | 267 | You must restart the server to make effective these changes. |