Added a max retries limit

This commit is contained in:
linus
2023-08-28 13:44:15 +02:00
parent 86a4571630
commit 33dac68b7e

View File

@@ -19,5 +19,7 @@ postDefault = True
# and Twitter. You can have both the actual language of the tweet, and the selector language
# added to the tweet and it will still work.
# Accepted values: Any language tag in quotes (https://en.wikipedia.org/wiki/IETF_language_tag)
mastodonLang = ""
twitterLang = ""
mastodonLang = "da"
twitterLang = "no"
# Sets maximum amount of times poster will retry a failed crosspost.
maxRetries = 5