mirror of
https://github.com/d0zingcat/bluesky-crossposter.git
synced 2026-05-13 23:16:50 +00:00
Added a max retries limit
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user