Skip to content

Commit

Permalink
[DOCS-2783] Replace ServiceTimeoutError with QueryTimeoutError
Browse files Browse the repository at this point in the history
  • Loading branch information
jrodewig committed May 22, 2024
1 parent a54f4a9 commit 818eaab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ There are a few different timeout settings that can be configured; each comes wi

#### Query timeout

The query timeout is the time, in milliseconds, that Fauna will spend executing your query before aborting with a 503 Timeout error. If a query timeout occurs, the driver will throw an instance of `ServiceTimeoutError`.
The query timeout is the time, in milliseconds, that Fauna will spend executing your query before aborting with a 503 Timeout error. If a query timeout occurs, the driver will throw an instance of `QueryTimeoutError`.

The query timeout can be set using the `ClientConfiguration.query_timeout_ms` option. The default value if you do not provide one is 5000 ms (5 seconds).

Expand Down

0 comments on commit 818eaab

Please sign in to comment.