Skip to content

Commit 1c946dd

Browse files
docs: improve README timeout comment (#221)
1 parent c634771 commit 1c946dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ from finch import Finch
236236

237237
# Configure the default for all requests:
238238
client = Finch(
239-
# default is 60s
239+
# 20 seconds (default is 1 minute)
240240
timeout=20.0,
241241
)
242242

0 commit comments

Comments
 (0)