Hi, is there a way to increase the timeout for SwaggerUI as served by ring-swagger
?
I have an endpoint that takes a while to fetch a rather large dataset that times out after a certain period.
Thanks
@dotemacs I don’t think so. I guess you need to copy the full index.html to your project (under /resources/swagger-ui/index.html
and start tuning the js from there. I think the swagger-ui repo could have answers
I was fearing that this might be the case 🙂 Thank you for the prompt answer @ikitommi!