Skip to content

Commit

Permalink
Addressed reviewer's comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
hiker committed Mar 17, 2024
1 parent 071d1a2 commit 68eddfc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/source/advanced_config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,9 @@ You can add a :func:`~fab.steps.cleanup_prebuilds.cleanup_prebuilds`
step, where you can explicitly control how long to keep prebuild files.
This may be useful, for example, if you often switch between two versions
of your code and want to keep the prebuild speed benefits when building
both. If you do not add your own cleanup_prebuild step, Fab will
both.

If you do not add your own cleanup_prebuild step, Fab will
automatically run a default step which will remove old files from the
prebuilds folder. It will remove all prebuild files that are not part of
the current build by default.
Expand Down

0 comments on commit 68eddfc

Please sign in to comment.