added FailingFollowerCleanUpThreshold variable
This commit is contained in:
parent
3a998b60ac
commit
15d7e87466
1 changed files with 1 additions and 0 deletions
|
@ -49,6 +49,7 @@ If both whitelisting and blacklisting are set, only the whitelisting will be act
|
|||
* `Instance:UnlistedTwitterAccounts` (default: null) to enable unlisted publication for selected twitter accounts, separated by `;` (please limit this to brands and other public profiles).
|
||||
* `Instance:SensitiveTwitterAccounts` (default: null) mark all media from given accounts as sensitive by default, separated by `;`.
|
||||
* `Instance:FailingTwitterUserCleanUpThreshold` (default: 700) set the max allowed errors (due to a banned/deleted/private account) from a Twitter Account retrieval before auto-removal. (by default an account is called every 15 mins)
|
||||
* `Instance:FailingFollowerCleanUpThreshold` (default: 30000) set the max allowed errors from a Follower (Fediverse) Account before auto-removal. (often due to account suppression, instance issues, etc)
|
||||
|
||||
# Docker Compose full example
|
||||
|
||||
|
|
Reference in a new issue