lancachenet / monolithic

A monolithic lancache service capable of caching all CDNs in a single instance
https://hub.docker.com/r/lancachenet/monolithic
Other
726 stars 73 forks source link

Dsn't compare data in a file #92

Closed prozaklob closed 4 years ago

prozaklob commented 4 years ago

Dsn't compare data in a file. if data in file change - cache machine dont rewrite file.

docker run --restart unless-stopped --name lancache --detach -v /cache/data:/data/cache -v /cache/logs:/data/logs -p 80:80  lancachenet/monolithic:latest
Lepidopterist commented 4 years ago

Correct.

This cache system is designed for caches that store blocks of data that are immutable. We specifically do NOT check upstream for a newer version of a file, because there never should be a newer version of that file.

If you are having a specific problem with a specific CDN, please can you post more information (eg logs showing the issue) and we can investigate. Otherwise, I will close this issue as 'Not an issue'

prozaklob commented 4 years ago

Correct.

This cache system is designed for caches that store blocks of data that are immutable. We specifically do NOT check upstream for a newer version of a file, because there never should be a newer version of that file.

If you are having a specific problem with a specific CDN, please can you post more information (eg logs showing the issue) and we can investigate. Otherwise, I will close this issue as 'Not an issue'

thx for replay.

just i think i thought that he could work with video files to :)