Skip to content

Commit b13a9f4

Browse files
committed
docs: document gcs cache expiry option
1 parent c2930b7 commit b13a9f4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pins/constructors.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,8 @@ def board(
115115
----
116116
Many fsspec implementations of filesystems cache the searching of files, which may
117117
cause you to not see pins saved by other people. Disable this on these file systems
118-
with `storage_options = {"cache_timeout": 0}`.
118+
with `storage_options = {"listings_expiry_time": 0}` on s3, or `{"cache_timeout": 0}`
119+
on google cloud storage.
119120
120121
"""
121122

0 commit comments

Comments
 (0)