-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
19 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
Janitor | ||
======= | ||
|
||
The ``janitor`` application runs a background worker to clean up the storage. It deletes all transactions older than 2 | ||
months, and the related orphan blobs. | ||
|
||
Loading | ||
::::::: | ||
|
||
The proxy application is loaded by default when using the ``harp start`` command. | ||
|
||
You can disable it (not recommended) by passing it as an argument to the ``harp start`` command: | ||
|
||
.. code-block:: bash | ||
harp start --disable janitor ... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../docs/apps/janitor |