aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMax Isom <[email protected]>2021-11-19 12:13:45 -0500
committerMax Isom <[email protected]>2021-11-19 12:13:45 -0500
commitf5149dfaba64c62f0a9ea6deab600b3d4d9b0f39 (patch)
tree8bec60ce93ca8926a28414f972007e2e22a75bdd /README.md
parent04d8f8d39000b711ec862043b687b8f47e454957 (diff)
downloadmuse-f5149dfaba64c62f0a9ea6deab600b3d4d9b0f39.tar.xz
muse-f5149dfaba64c62f0a9ea6deab600b3d4d9b0f39.zip
Move file caching logic to new FileCache service
Also: removes the -re ffmpeg option. If this option is passed, ffmpeg won't write to fs-capacitor (and the cache file) as fast as possible. In other words, the cache file won't finish writing until the entire stream has been played.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 43ce9b9..ac6e0d3 100644
--- a/README.md
+++ b/README.md
@@ -69,3 +69,7 @@ services:
5. `yarn start` (or `npm run start`)
**Note**: if you're on Windows, you may need to manually set the ffmpeg path. See [#345](https://github.com/codetheweb/muse/issues/345) for details.
+
+#### Advanced
+
+By default, Muse limits the total cache size to around 2 GB. If you want to change this, set the environment variable `CACHE_LIMIT`. For example, `CACHE_LIMIT=512MB` or `CACHE_LIMIT=10GB`.