From 944036debd3392cff9b5ccae8193cc9cf3ee0e3b Mon Sep 17 00:00:00 2001 From: Volodymyr Zotov Date: Wed, 3 Apr 2024 11:35:55 -0500 Subject: [PATCH] Fix the env var name to override default http client timeouts --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index df598e9..3180272 100644 --- a/README.md +++ b/README.md @@ -32,10 +32,10 @@ Check the [Python Connect SDK Example](example/README.md) to see an example of i export OP_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: