Skip to content

Commit

Permalink
Run format-all (#2940)
Browse files Browse the repository at this point in the history
  • Loading branch information
julieg18 authored Oct 19, 2021
1 parent 082d131 commit 66003af
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions content/docs/command-reference/remote/modify.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,18 +118,18 @@ options:
```dvc
$ dvc remote modify myremote region us-east-2
```

- `read_timeout` - set the time in seconds till a timeout exception is thrown
when attempting to read from a connection (60 by default). Let's set it to
5 minutes for example:
when attempting to read from a connection (60 by default). Let's set it to 5
minutes for example:

```dvc
$ dvc remote modify myremote read_timeout 300
```

- `connect_timeout` - set the time in seconds till a timeout exception is thrown
when attempting to make a connection (60 by default). Let's set it to
5 minutes for example:
when attempting to make a connection (60 by default). Let's set it to 5
minutes for example:

```dvc
$ dvc remote modify myremote connect_timeout 300
Expand Down

0 comments on commit 66003af

Please sign in to comment.