Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

custom config for arcgis connection timeout (default are infinite) #2440

Closed
AlvaroVega opened this issue Nov 12, 2024 · 1 comment
Closed

Comments

@AlvaroVega
Copy link
Member

AlvaroVega commented Nov 12, 2024

default values for java.net.HttpURLConnection timeout are infinite.
It would be great to be configurable by sink

connection.setConnectTimeout(X);
connection.setReadTimeout(Y);

https://docs.oracle.com/javase/8/docs/api/index.html?java/net/URLConnection.html

@fgalan
Copy link
Member

fgalan commented Nov 13, 2024

PR #2441

Should this issue be closed now that PR is merged?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants