mirror of
https://github.com/jointakahe/takahe.git
synced 2025-01-23 04:48:05 +00:00
Turn off remote prune for now
This commit is contained in:
parent
07d187309e
commit
84ded2f3a5
1 changed files with 2 additions and 2 deletions
|
@ -145,8 +145,8 @@ class Settings(BaseSettings):
|
|||
|
||||
# How long to wait, in days, until remote posts/profiles are pruned from
|
||||
# our database if nobody local has interacted with them. Must be in rough
|
||||
# multiples of two weeks.
|
||||
REMOTE_PRUNE_HORIZON: int = 60
|
||||
# multiples of two weeks. Set to zero to disable.
|
||||
REMOTE_PRUNE_HORIZON: int = 0
|
||||
|
||||
# Stator tuning
|
||||
STATOR_CONCURRENCY: int = 50
|
||||
|
|
Loading…
Reference in a new issue