ConfigExample: Document max_retry_wait.
This commit is contained in:
parent
f562d698b2
commit
d1adc0e0a7
1 changed files with 5 additions and 0 deletions
|
@ -19,6 +19,11 @@
|
|||
## critical. The default is "warning".
|
||||
# loglevel = warning
|
||||
|
||||
## max_retry_wait is optional. This is the maximum time the bot will wait
|
||||
## between operations that need to be retried, in seconds. You can specify
|
||||
## any floating-point value that's at least 5. The default is 300.
|
||||
# max_retry_wait = 300
|
||||
|
||||
# [Forward example.com messages]
|
||||
## Any sections in the configuration file with ``Forward `` at the start of
|
||||
## their name define a rule for how messages are forwarded. You can specify
|
||||
|
|
Loading…
Reference in a new issue