Matus Chochlik
Matus Chochlik
Thanks for the PR
I don't see why not off the top of my head, I'd be happy to merge a PR with the described changes.
Hi, 1. I don't remember why the check in adjust_chunk is "# " instead of just "#", you can try if using just the latter doesn't break anything and if...
Hi, would you mind splitting this in at least 2 or maybe more separate PRs? Also I have several concerns: - It changes the default storage location. I don;t mind...
I've added code that closes the file lock handle before unlinking it from the filesystem, can you please test if that solves your issue?
just pushed a new commit that uses `os.close`
did the new changes help?
okay, I'll have a closer look at this, probably during the weekend (if someone else doesn't come up with a PR sooner)
So far I wasn't able to reproduce it locally but I added an env. variable that disables the local stats: export CTCACHE_NO_LOCAL_STATS=1