Fork me on GitHub
#ring-swagger
<
2019-06-10
>
dotemacs12:06:15

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

ikitommi12:06:22

@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

dotemacs12:06:04

I was fearing that this might be the case 🙂 Thank you for the prompt answer @ikitommi!