Skip to content

Commit 69a6970

Browse files
docs: improve README timeout comment (#101)
1 parent 1efc79c commit 69a6970

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ from orb import Orb
242242

243243
# Configure the default for all requests:
244244
client = Orb(
245-
# default is 60s
245+
# 20 seconds (default is 1 minute)
246246
timeout=20.0,
247247
)
248248

0 commit comments

Comments
 (0)