Is there a way I can set the timeout for the Java client API requests in ChargeBee overriding the default value?
You can specify your own values instead of 50000 and 80000. It will overwrite the default HttpURLConnection's connect and read timeout. You can checkout the respective code in HttpUtil.java in the Java client library.
Joe Daniel
Is there a way I can set the timeout for the Java client API requests in ChargeBee overriding the default value?