Skip to content

Commit

Permalink
Fix the env var name to override default http client timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
volodymyrZotov committed Apr 3, 2024
1 parent 0429e1e commit 944036d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ Check the [Python Connect SDK Example](example/README.md) to see an example of i
export OP_CONNECT_TOKEN=<your-connect-token>
```

2.1 If you need a higher timeout on the client requests you can export `OP_CLIENT_REQUEST_TIMEOUT` environment variable:
2.1 If you need a higher timeout on the client requests you can export `OP_CONNECT_CLIENT_REQ_TIMEOUT` environment variable:
```sh
# set the timeout to 90 seconds
export OP_CLIENT_REQUEST_TIMEOUT=90
export OP_CONNECT_CLIENT_REQ_TIMEOUT=90
```

3. Use the SDK:
Expand Down

0 comments on commit 944036d

Please sign in to comment.