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

CONFIGHASH resets to default. #124

Closed jokurino closed 3 years ago

jokurino commented 3 years ago

Hi lancache,

I've followed the quick-setup of lancache and everything is working as it should be. Except for speed! I'm using a WD GOLD 4TB HDD as lancache drive and that is not going well, as you've already quessed. Download reach somewhere around 40MB/s when cached.

I want to fix this by increasing the cache_slice_size to 32m.

The problem is, whenever I edit the CONFIGHASH and set the slice_size I want, it resets to the default (1m) whenever I do the docker-compose up -D command.

Editing the .env file doesn't work either. Any solution?

jokurino commented 3 years ago

Closed. did a full re-install of ubuntu server and now it re-made the CONFIGHASH with proper settings. I must have done something wrong down the road!