File tree 1 file changed +16
-0
lines changed
content/docs/command-reference/remote
1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -1146,6 +1146,22 @@ by HDFS. Read more about by expanding the WebHDFS section in
1146
1146
$ dvc remote modify myremote ssl_verify path/to/ca_bundle.pem
1147
1147
```
1148
1148
1149
+ - ` read_timeout ` - set the time in seconds till a timeout exception is thrown
1150
+ when attempting to read from a connection (60 by default). Let's set it to 5
1151
+ minutes for example:
1152
+
1153
+ ``` cli
1154
+ $ dvc remote modify myremote read_timeout 300
1155
+ ```
1156
+
1157
+ - ` connect_timeout ` - set the time in seconds till a timeout exception is thrown
1158
+ when attempting to make a connection (60 by default). Let's set it to 5
1159
+ minutes for example:
1160
+
1161
+ ``` cli
1162
+ $ dvc remote modify myremote connect_timeout 300
1163
+ ```
1164
+
1149
1165
</details >
1150
1166
1151
1167
<details >
You can’t perform that action at this time.
0 commit comments