Conversation
Review Summary by QodoFix defaultDeadline default value documentation
WalkthroughsDescription• Fixed defaultDeadline default value in connection string table • Changed documented default from None to 10000 milliseconds • Aligns documentation with actual client constructor behavior Diagramflowchart LR
A["Connection String Docs"] -->|incorrect default| B["None"]
A -->|corrected to| C["10000 ms"]
D["Client Constructor"] -->|actual default| C
File Changes1. docs/api/getting-started.md
|
Code Review by Qodo
1.
|
CI Feedback 🧐A test triggered by this PR failed. Here is an AI-generated analysis of the failure:
|
250a2ad to
e7f1d2c
Compare
e7f1d2c to
cacec59
Compare
…tion string table
cacec59 to
4523fe1
Compare
Aligns the connection-string parameter table in
docs/api/getting-started.mdwith the actual client code: corrects defaults fordefaultDeadline/keepAliveInterval/keepAliveTimeout, switchesgossipTimeout's documented unit to milliseconds, and removes the unimplementedtlsVerifyCertrow.Closes DEV-1648
Refs DEV-1649