Skip to content

Commit

Permalink
style: options.ts queryTimeout comment
Browse files Browse the repository at this point in the history
Co-authored-by: Jakub Bednář <[email protected]>
  • Loading branch information
Sciator and bednar authored Nov 16, 2023
1 parent 2677939 commit a1017aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client/src/options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export interface ConnectionOptions {
*/
timeout?: number
/**
* stream timeout for query (grpc timeout)
* stream timeout for query (grpc timeout). The gRPC doesn't apply the timeout to HTTP operations as is defined above. To successfully close a call to the gRPC endpoint, the queryTimeout must be specified. Without this timeout, a gRPC call might end up in an infinite wait state.
* @defaultValue 60000
*/
queryTimeout?: number
Expand Down

0 comments on commit a1017aa

Please sign in to comment.