Skip to content

Commit

Permalink
Extend Gatsby connection timeout.
Browse files Browse the repository at this point in the history
  • Loading branch information
grugnog committed Jul 9, 2024
1 parent a3297aa commit 5420f75
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
* @type {import('gatsby').GatsbyConfig}
*/

/* Set some default environment variables that apply to every environment */
process.env.GATSBY_STALL_TIMEOUT=120000
process.env.GATSBY_CONNECTION_TIMEOUT=120000

require("dotenv").config({
path: `.env.${process.env.NODE_ENV}`,
});
Expand Down

0 comments on commit 5420f75

Please sign in to comment.