plantuml / plantuml-server

PlantUML Online Server
https://plantuml.com/
GNU General Public License v3.0
1.6k stars 462 forks source link

ProxyServlet Timeout is hardcoded to 10s. #240

Closed aadrian closed 1 year ago

aadrian commented 1 year ago

Hi,

The ProxyServlet connection timeout seems to be hardoded to "10 seconds":

https://github.com/plantuml/plantuml-server/blob/master/src/main/java/net/sourceforge/plantuml/servlet/ProxyServlet.java#L190

Is there any way to override this value or make it configurable ?

of if there's no way to override it, would it be acceptable a PR that would accept this timout limit as a request parameter?

Thank you.

arnaudroques commented 1 year ago

of if there's no way to override it, would it be acceptable a PR that would accept this timout limit as a request parameter?

Yes, you can propose a PR to improve this. Thanks!