diff options
author | Eugen <eugen@zeonfederated.com> | 2016-11-26 18:29:46 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-26 18:29:46 +0100 |
commit | a7769c26721b629b171ca64e91c6c38cd407e189 (patch) | |
tree | bee7904ebb6ec2d227e9abd1923318f7b0a59d33 | |
parent | 8a4913fde0715f6fd6dafb3127c0017eaeb6f302 (diff) | |
parent | 1c9c176beca9fd638e2521961d1c27953b697cbd (diff) |
Merge pull request #296 from TazeTSchnitzel/purge_neo4j
Remove another lingering Neo4J item
-rw-r--r-- | README.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/README.md b/README.md index 4ffa9f619..304e37935 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,6 @@ The container has two volumes, for the assets and for user uploads. The default - `rake mastodon:push:clear` unsubscribes from PuSH notifications for remote users that have no local followers. You may not want to actually do that, to keep a fuller footprint of the fediverse or in case your users will soon re-follow - `rake mastodon:push:refresh` re-subscribes PuSH for expiring remote users, this should be run periodically from a cronjob and quite often as the expiration time depends on the particular hub of the remote user - `rake mastodon:feeds:clear` removes all timelines, which forces them to be re-built on the fly next time a user tries to fetch their home/mentions timeline. Only for troubleshooting -- `rake mastodon:graphs:sync` re-imports all follow relationships into Neo4J. Only for troubleshooting Running any of these tasks via docker-compose would look like this: |