Does pants keeps using local cache (lmdb_store) ev...
# general
r
Does pants keeps using local cache (lmdb_store) even after a remote cache is correct configured? I have a correctly working remote cache on bezel-remote-cache, however I still see
lmdb_store
directory getting filled. 1. Is this expected behaviour? 2. Is there a benefit in using both local and remote cache together? 3. Can we just disable local cache using
--no-local-cache
option when remote cache is the primary?
h
Local cache will be much faster in many cases. I believe Pants consults both concurrently for that reason.
you can disable local cache if you like though