ConfigExample: Document max_retry_wait.

This commit is contained in:
Brett Smith 2020-04-20 11:17:41 -04:00
parent f562d698b2
commit d1adc0e0a7

View file

@ -19,6 +19,11 @@
## critical. The default is "warning". ## critical. The default is "warning".
# loglevel = 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] # [Forward example.com messages]
## Any sections in the configuration file with ``Forward `` at the start of ## 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 ## their name define a rule for how messages are forwarded. You can specify