You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is set to True in s3 by default, and also dircache in http fs is initialized with True by default, but the fs itself sets it to False.
If dircache is initialized with False (in both filesystems), this can error in some cases (here for s3 and here for http).
I am reluctant to set this to True explicitly as it can degrade connections caching. Need to investigate, these is a very rare edge case anyways.
The text was updated successfully, but these errors were encountered:
It is set to
True
ins3
by default, and alsodircache
in http fs is initialized withTrue
by default, but the fs itself sets it toFalse
.If
dircache
is initialized withFalse
(in both filesystems), this can error in some cases (here for s3 and here for http).I am reluctant to set this to
True
explicitly as it can degrade connections caching. Need to investigate, these is a very rare edge case anyways.The text was updated successfully, but these errors were encountered: