Closed realrodri closed 2 years ago
Acestream cache is removed when you stop or restart a stream, or when you quit Ace Link.
Acestream cache is removed when you stop or restart a stream, or when you quit Ace Link.
Sounds good, but how can I make sure it does?
Happens automatically. Docker container is restarted for each stream, Docker container is started with --rm
flag which throws away all data after running. Search for that flag in the source code.
Happens automatically. Docker container is restarted for each stream, Docker container is started with
--rm
flag which throws away all data after running. Search for that flag in the source code.
Awesome! Thank you for the clarification :)
How can I easily clean Acelink cache? I use VLC to reproduce videos, but can I somehow clear the cache Acelink makes? Also, I have no idea if Acelink makes any cache at all, and if it deletes it every time it's closed, but I want to make sure I can free up as many disk space as possible.
Thanks!