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
Looking for a way to increase the timeout setting on Swagger UI due to having a very under powered dev instance and came across this: springfox/springfox#1523
I've used the solution and it works if you edit index.html and add it the line below immediately after the supportedSubmitMethods line:
timeout: 60000,
Just a note in case if helps someone after and a suggestion to add the setting into the build, I believe the default is at 30000ms just now.
I was using Swagger-PHP version 2.0.11 and Swagger UI v2.2.10 and havent checked if it is now included in later versions
The text was updated successfully, but these errors were encountered:
Looking for a way to increase the timeout setting on Swagger UI due to having a very under powered dev instance and came across this: springfox/springfox#1523
I've used the solution and it works if you edit index.html and add it the line below immediately after the supportedSubmitMethods line:
timeout: 60000,
Just a note in case if helps someone after and a suggestion to add the setting into the build, I believe the default is at 30000ms just now.
I was using Swagger-PHP version 2.0.11 and Swagger UI v2.2.10 and havent checked if it is now included in later versions
The text was updated successfully, but these errors were encountered: