Skip to content

Commit

Permalink
chore: fix comment and value
Browse files Browse the repository at this point in the history
  • Loading branch information
innerdvations committed Oct 30, 2023
1 parent 8b1fb6b commit 22fc154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/getstarted/config/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ module.exports = ({ env }) => ({
globalProxy: env('http_proxy'),
http: {
serverOptions: {
requestTimeout: 60 * 10, // set request timeout to 10 minutes instead of default 5
requestTimeout: 1000 * 60 * 10, // set request timeout to 600000ms (10 minutes)
},
},
});

0 comments on commit 22fc154

Please sign in to comment.