Re: [basex-talk] DBA session timeout

2018-06-26 Thread Andy Bunce
Hi Omar, I think you want idleTimeout in jetty.xml [1] Regards /Andy https://github.com/BaseXdb/basex/blob/master/basex-api/src/main/webapp/WEB-INF/jetty.xml#L14 On 26 June 2018 at 14:50, Omar Siam wrote: > Hi list! > > I just got asked if I can change the session timeout for DBA. I actually

Re: [basex-talk] Cancelling long running query

2018-06-26 Thread Peter Villadsen
You could use jobs:eval(query…), where you provide the query and you get back an Id for the job. You can then cancel the job using jobs:stop(id) http://docs.basex.org/wiki/Jobs_Module From: BaseX-Talk On Behalf Of Shaun Flynn Sent: Tuesday, June 26, 2018 4:41 AM To: BaseX Subject:

[basex-talk] DBA session timeout

2018-06-26 Thread Omar Siam
Hi list! I just got asked if I can change the session timeout for DBA. I actually can't. I don't know where to look. Can anybody can give me a hint? Best regards Omar Siam

Re: [basex-talk] doc path in basex

2018-06-26 Thread Bridger Dyson-Smith
Replying to the list, while ZFS(/FreeBSD users) may be in the extreme minority, others may get some benefit from the following links On Mon, Jun 25, 2018, 9:22 AM Bridger Dyson-Smith wrote: > Hi Martin, > > On Fri, Jun 22, 2018 at 5:35 PM Martin Lourduswamy > wrote: > >> Hi, >> I used >> >>

[basex-talk] Cancelling long running query

2018-06-26 Thread Shaun Flynn
Hello there, I have had a look in the documentation and was wondering, is it possible to cancel a query once it has been submitted using ClientQuery/ClientSession? Would calling close() on ClientQuery do that? Shaun