GCSFileSystem的requests_timeout参数缺少文档



Google Cloud GCFSFileSystem对象采用默认值为None的requests_timeout参数。此参数未记录在案。

我想这是我们放弃个人GCFS请求之前的时间。与文献中的cache_timeout类似,我假设它是一个以秒为单位的浮点值,其中None表示没有超时。

这是正确的吗?

整数值(秒(:

谷歌.auth.transport.requests文档摘录:

timeout (Optional[int]): The number of seconds to wait for a
response from the server. If not specified or if None, the
requests default timeout will be used.

根据gcsfs.core文件,这是在490线上调用的。

编辑:默认超时为_DEFAULT_TIMEOUT定义的120秒(添加此信息归功于@John Hanley(

相关内容

  • 没有找到相关文章

最新更新