summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Louis Brauer2024-05-25 08:05:36 +0000
committerGravatar Louis Brauer2024-05-25 08:05:36 +0000
commit84a767dd0878013194ed7551b5ae6ef715e841a6 (patch)
tree9fb1b2b89e0bfbb4b8bf1e85d840c8653e646bb7 /doc
parentPrevent some browsers from caching servers basic auth request (diff)
parentBackport from xs (fix regex.h compilation with tcc). (diff)
downloadsnac2-84a767dd0878013194ed7551b5ae6ef715e841a6.tar.gz
snac2-84a767dd0878013194ed7551b5ae6ef715e841a6.tar.xz
snac2-84a767dd0878013194ed7551b5ae6ef715e841a6.zip
Merge pull request 'master' (#1) from grunfink/snac2:master into master
Reviewed-on: https://codeberg.org/louis77/snac2/pulls/1
Diffstat (limited to 'doc')
-rw-r--r--doc/snac.815
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/snac.8 b/doc/snac.8
index 4929a52..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
@@ -209,6 +217,13 @@ with a large number of users.
209If this numeric value (in seconds) is set, any activity coming from an account 217If this numeric value (in seconds) is set, any activity coming from an account
210that was created more recently than that will be rejected. This may be used 218that was created more recently than that will be rejected. This may be used
211to mitigate spam from automatically created accounts. 219to mitigate spam from automatically created accounts.
220.It Ic protocol
221This string value contains the protocol (schema) to be used in URLs. If not
222set, it defaults to "https". If you run
223.Nm
224as part of a hidden network like Tor or I2P that doesn't have a TLS /
225Certificate infrastructure, you need to set it to "http". Don't change it
226unless you know what you are doing.
212.El 227.El
213.Pp 228.Pp
214You must restart the server to make effective these changes. 229You must restart the server to make effective these changes.