diff --git a/src/client-configuration.ts b/src/client-configuration.ts index af4e6b00..d9e473ef 100644 --- a/src/client-configuration.ts +++ b/src/client-configuration.ts @@ -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;