We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e42b63b + 61faebe commit 8be0cfbCopy full SHA for 8be0cfb
1 file changed
src/index.ts
@@ -34,5 +34,7 @@ export default {
34
* This gives you an opportunity to set up your data model,
35
* run jobs, or perform some special logic.
36
*/
37
- bootstrap(/* { strapi }: { strapi: Core.Strapi } */) {},
+ bootstrap(/* { strapi }: { strapi: Core.Strapi } */) {
38
+ strapi.server.httpServer.requestTimeout = 5 * 60 * 1000;
39
+ },
40
};
0 commit comments