Skip to content

Commit

Permalink
docs/FAQ.md: Add js code fence syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc authored Oct 3, 2023
1 parent 6040850 commit 04daa03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ if ( semver.lt(process.version, '20.0.0') ) {

This is caused by the internal undici fetch implementation's dispatcher [defaults](https://github.com/nodejs/undici/issues/1373) for the headers and body timeout when performing a request. In the future we will support modifying these properties in a more defined way, but for now, once can override this by setting the global symbol at the beginning of your script:

```
```js
import { Agent } from 'undici'

globalThis[Symbol.for("undici.globalDispatcher.1")] = new Agent({
Expand Down

0 comments on commit 04daa03

Please sign in to comment.