diff options
Diffstat (limited to 'buildstream/data')
-rw-r--r-- | buildstream/data/userconfig.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/buildstream/data/userconfig.yaml b/buildstream/data/userconfig.yaml index 6bb54ff9e..6f9f190a1 100644 --- a/buildstream/data/userconfig.yaml +++ b/buildstream/data/userconfig.yaml @@ -23,6 +23,14 @@ artifactdir: ${XDG_CACHE_HOME}/buildstream/artifacts logdir: ${XDG_CACHE_HOME}/buildstream/logs # +# Cache +# +cache: + # Size of the artifact cache - BuildStream will attempt to keep the + # artifact cache within this size. + quota: infinity + +# # Scheduler # scheduler: |