Dear Christian
We are optimizing the collection database(5 GB DB SIZE) .After some time(30 minutes) we are getting the below message.
org.basex.core.BaseXException: Timeout exceeded.
We are not able to setting time out option.We are setting the time out as below mentioned
Context context = new Context();
context.globalopts.set(GlobalOptions.TIMEOUT,10);
context.globalopts.set(GlobalOptions.SERVERHOST, "localhost");
context.globalopts.set(GlobalOptions.SERVERPORT, 1984);
ClientSession ls = new ClientSession(context, "admin", "admin");
Suggest me the right way to setting the time out.
Thanks&Regards
Chandra