Skip to content

Commit

Permalink
Updated doc comment (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
cynicaljoy authored Aug 21, 2023
1 parent 6a170f2 commit e076988
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/client-configuration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,7 @@ export interface ClientConfiguration {

/**
* The timeout of each query, in milliseconds. This controls the maximum amount of
* time Fauna will execute your query before marking it failed.
* Default is undefined which let's Fauna determine the query timeout to apply. This
* is recommended for most queries. The default is 5000 ms.
* time Fauna will execute your query before marking it failed. The default is 5000 ms.
*/
query_timeout_ms?: number;

Expand Down

0 comments on commit e076988

Please sign in to comment.