scottie1984 / swagger-ui-express

Adds middleware to your express app to serve the Swagger UI bound to your Swagger document. This acts as living documentation for your API hosted from within your app.
MIT License
1.42k stars 225 forks source link

ExecuteMany() Response is very slow #246

Closed sarikonda1 closed 2 years ago

sarikonda1 commented 3 years ago

I am using node-js swagger ui-express..

I am doing bulk insert and update operable in the databases..So the APi's is taking almost 5-10 mins to execute. But Swagger is showing "failed to fetch response" after 1 min(60 sec).. Do we have any option to change the request timeout (Swagger need to wait untill response come i.e 10 mins).. I need it badly ...It quite helpfull... Thanks in Advance

scottie1984 commented 3 years ago

Looks like this is not yet implemented in swagger-ui https://github.com/swagger-api/swagger-ui/issues/3659