diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/snac.8 | 8 |
1 files changed, 8 insertions, 0 deletions
| @@ -143,6 +143,14 @@ times the sending will be retried. | |||
| 143 | The number of minutes to wait before the failed posting of a message is | 143 | The number of minutes to wait before the failed posting of a message is |
| 144 | retried. This is not linear, but multipled by the number of retries | 144 | retried. This is not linear, but multipled by the number of retries |
| 145 | already done. | 145 | already done. |
| 146 | .It Ic queue_timeout | ||
| 147 | The maximum number of seconds to wait when sending a message from the queue. | ||
| 148 | .It Ic queue_timeout_2 | ||
| 149 | The maximum number of seconds to wait when sending a message from the queue | ||
| 150 | to those servers that went timeout in the previous retry. If you want to | ||
| 151 | give slow servers a chance to receive your messages, you can increase this | ||
| 152 | value (but also take into account that processing the queue will take longer | ||
| 153 | while waiting for these molasses to respond). | ||
| 146 | .It Ic max_timeline_entries | 154 | .It Ic max_timeline_entries |
| 147 | This is the maximum timeline entries shown in the web interface. | 155 | This is the maximum timeline entries shown in the web interface. |
| 148 | .It Ic timeline_purge_days | 156 | .It Ic timeline_purge_days |