Skip to content

Commit

Permalink
docs: Update options.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
bednar authored Nov 16, 2023
1 parent 8bcb754 commit 2bf9dd8
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). 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.
* stream timeout for query (grpc timeout). The gRPC doesn't apply the socket timeout to 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 2bf9dd8

Please sign in to comment.