Skip to content

Commit

Permalink
chore(config): increase max allowed networkIdleTimeout
Browse files Browse the repository at this point in the history
  • Loading branch information
jimCresswell authored Nov 1, 2023
1 parent 4aaa7b2 commit 847470e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ export const configSchema = {
networkIdleTimeout: {
type: 'integer',
default: 100,
maximum: 750,
maximum: 2000,
minimum: 1
},
disableCache: {
Expand Down

0 comments on commit 847470e

Please sign in to comment.