Skip to content

Commit 3249ed2

Browse files
authored
docs: clarify env variable prefix in gatsby-source-filesystem docs (#30013)
1 parent d37f275 commit 3249ed2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/gatsby-source-filesystem/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,6 @@ module.exports = createMySqlNodes
341341

342342
In case that due to spotty network, or slow connection, some remote files fail to download. Even after multiple retries and adjusting concurrent downloads, you can adjust timeout and retry settings with these environment variables:
343343

344-
- `STALL_RETRY_LIMIT`, default: `3`
345-
- `STALL_TIMEOUT`, default: `30000`
346-
- `CONNECTION_TIMEOUT`, default: `30000`
344+
- `GATSBY_STALL_RETRY_LIMIT`, default: `3`
345+
- `GATSBY_STALL_TIMEOUT`, default: `30000`
346+
- `GATSBY_CONNECTION_TIMEOUT`, default: `30000`

0 commit comments

Comments
 (0)