You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/gatsby/src/services/run-page-queries.ts
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ import {
8
8
}from"../utils/show-experiment-notice"
9
9
import{isCI}from"gatsby-core-utils"
10
10
11
-
constTWO_MINUTES=2*60*1000
11
+
constONE_MINUTE=1*60*1000
12
12
13
13
exportasyncfunctionrunPageQueries({
14
14
parentSpan,
@@ -58,11 +58,11 @@ export async function runPageQueries({
58
58
59
59
If you're interested in trialing out one of these future improvements *today* which should make your local development experience faster, go ahead and run your site with QUERY_ON_DEMAND enabled.
0 commit comments