Skip to content

Commit

Permalink
Revert "fix(gatsby): Set a timeout of 15 seconds on queries" (#23095)
Browse files Browse the repository at this point in the history
This reverts commit 1e81c76.
  • Loading branch information
freiksenet authored Apr 14, 2020
1 parent f864e88 commit d9bf48a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/gatsby/src/query/queue.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ const createBaseOptions = () => {
concurrent: Number(process.env.GATSBY_EXPERIMENTAL_QUERY_CONCURRENCY) || 4,
// eslint-disable-next-line new-cap
store: FastMemoryStore(),
maxTimeout: 15000,
}
}

Expand Down

0 comments on commit d9bf48a

Please sign in to comment.