Commit d645846
authored
Fix Azure listings_expiry_time regression from PR #1826
Revert listings_expiry_time back to 1 (from 0). A value of 0 breaks because
fsspec's DirCache expires entries between write and immediate read, causing
KeyError('/') in adlfs's _ls_containers(). Updated comment to document the
issue and reference the related GitHub issue.
1 parent 410055f commit d645846
File tree
1 file changed
+4
-3
lines changed- unstract/connectors/src/unstract/connectors/filesystems/azure_cloud_storage
1 file changed
+4
-3
lines changedunstract/connectors/src/unstract/connectors/filesystems/azure_cloud_storage/azure_cloud_storage.py
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
45 | | - | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
46 | 47 | | |
47 | 48 | | |
48 | 49 | | |
49 | 50 | | |
50 | | - | |
| 51 | + | |
51 | 52 | | |
52 | 53 | | |
53 | 54 | | |
| |||
0 commit comments