Skip to content

Commit

Permalink
docs: improve README timeout comment (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-bot committed Dec 26, 2023
1 parent 1efc79c commit a31fcb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ from orb import Orb

# Configure the default for all requests:
client = Orb(
# default is 60s
# 20 seconds (default is 1 minute)
timeout=20.0,
)

Expand Down

0 comments on commit a31fcb4

Please sign in to comment.