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(