diff options
author | Tristan Maat <tristan.maat@codethink.co.uk> | 2018-07-16 18:00:41 +0100 |
---|---|---|
committer | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2018-07-18 14:45:59 +0900 |
commit | 339844487ef9ea6c897254bfe8f35a6648b28a5e (patch) | |
tree | 9aca6afbb82de4d4d8519a4adb45ed1c7c8b4cb5 /buildstream/data | |
parent | 249256346613dea52ad32d945dbd303f54bd245e (diff) | |
download | buildstream-339844487ef9ea6c897254bfe8f35a6648b28a5e.tar.gz |
Add cache_quota to user config
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: |