Skip to content

Commit

Permalink
Turn off remote prune for now
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewgodwin committed Oct 19, 2023
1 parent 07d1873 commit 84ded2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions takahe/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 84ded2f

Please sign in to comment.