The Google Cloud GCFSFileSystem object takes a requests_timeout
parameter with a default value of None. This parameter is not documented.
I assume this is the time before we give up on an individual GCFS request. By analogy with cache_timeout
, which is documented, I assume it is a float value in seconds, where None
means no timeout.
Is this correct?