Skip to content

Commit

Permalink
chore(docs): add timout notes [skip-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
SkeLLLa committed Dec 18, 2024
1 parent e495616 commit c8116b4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Unofficial node.js [Apache Pnot](https://pinot.apache.org/) client. Uses [undici
## Features

- Fast http queries using "Undici"
- Simple interface for bringing and using other http client libraries
- Built-in `sql` template tag and safe escaping of values
- Support of `raw` and `join` for complex queries
- Typescript support
Expand Down Expand Up @@ -109,6 +110,8 @@ console.log('== Stats ==');
console.log(result.stats);
```

While using query options like `timeoutMs` they are passed to http request timeouts as well, so they shouldn't run longer than you expect the query should run.

### Utilities

#### SqlUtils
Expand Down

0 comments on commit c8116b4

Please sign in to comment.