Get the default timeout in milliseconds for Options.timeoutMs.
This can be overridden by setting the FS_METADATA_TIMEOUT_MS environment variable to a positive integer.
FS_METADATA_TIMEOUT_MS
Note that this timeout may be insufficient for some devices, like spun-down optical drives or network shares that need to spin up or reconnect.
The timeout from env var if valid, otherwise 5000ms
Get the default timeout in milliseconds for Options.timeoutMs.
This can be overridden by setting the
FS_METADATA_TIMEOUT_MSenvironment variable to a positive integer.Note that this timeout may be insufficient for some devices, like spun-down optical drives or network shares that need to spin up or reconnect.