mirror of
https://github.com/jointakahe/takahe.git
synced 2024-11-14 11:21:13 +00:00
Disable remote post pruning via Stator for now
This commit is contained in:
parent
30e9b1f62d
commit
af7f1173fc
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ from users.models.system_actor import SystemActor
|
|||
|
||||
class PostStates(StateGraph):
|
||||
new = State(try_interval=300)
|
||||
fanned_out = State(try_interval=86400 * 14)
|
||||
fanned_out = State(externally_progressed=True)
|
||||
deleted = State(try_interval=300)
|
||||
deleted_fanned_out = State(delete_after=86400)
|
||||
|
||||
|
|
Loading…
Reference in a new issue