Skip to content

Commit

Permalink
docs: clarify env variable prefix in gatsby-source-filesystem docs (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
ahollenbach committed Mar 5, 2021
1 parent d37f275 commit 3249ed2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/gatsby-source-filesystem/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,6 @@ module.exports = createMySqlNodes

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:

- `STALL_RETRY_LIMIT`, default: `3`
- `STALL_TIMEOUT`, default: `30000`
- `CONNECTION_TIMEOUT`, default: `30000`
- `GATSBY_STALL_RETRY_LIMIT`, default: `3`
- `GATSBY_STALL_TIMEOUT`, default: `30000`
- `GATSBY_CONNECTION_TIMEOUT`, default: `30000`

0 comments on commit 3249ed2

Please sign in to comment.