summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar default2024-04-22 08:03:33 +0200
committerGravatar default2024-04-22 08:03:33 +0200
commit2d2c1bdfef027ef40767c673ce9a09090770b875 (patch)
treecdaf58c52bedf595f64d461f44ac2a12abff5e9e
parentAdded queue timeout tweaks to default server.json. (diff)
downloadsnac2-2d2c1bdfef027ef40767c673ce9a09090770b875.tar.gz
snac2-2d2c1bdfef027ef40767c673ce9a09090770b875.tar.xz
snac2-2d2c1bdfef027ef40767c673ce9a09090770b875.zip
Updated documentation.
-rw-r--r--doc/snac.88
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/snac.8 b/doc/snac.8
index b25205b..7c35aeb 100644
--- a/doc/snac.8
+++ b/doc/snac.8
@@ -143,6 +143,14 @@ times the sending will be retried.
143The number of minutes to wait before the failed posting of a message is 143The number of minutes to wait before the failed posting of a message is
144retried. This is not linear, but multipled by the number of retries 144retried. This is not linear, but multipled by the number of retries
145already done. 145already done.
146.It Ic queue_timeout
147The maximum number of seconds to wait when sending a message from the queue.
148.It Ic queue_timeout_2
149The maximum number of seconds to wait when sending a message from the queue
150to those servers that went timeout in the previous retry. If you want to
151give slow servers a chance to receive your messages, you can increase this
152value (but also take into account that processing the queue will take longer
153while waiting for these molasses to respond).
146.It Ic max_timeline_entries 154.It Ic max_timeline_entries
147This is the maximum timeline entries shown in the web interface. 155This is the maximum timeline entries shown in the web interface.
148.It Ic timeline_purge_days 156.It Ic timeline_purge_days