Works for me:
--set arq:queryTimeout=1000
as in:
fuseki-server --file=... --update --set arq:queryTimeout=10000 /ds
Handling the QueryCancelledException needs tidying up but it works for me.
--timeout is more obvious than --set; needs adding.
Joseki should have the same --set, but doesn't.
Andy
On 06/05/11 11:55, Paolo Castagna wrote:
It would be nice to have a --timeout (optional) option added to Fuseki
so that it is possible to configure a timeout value for Fuseki as well
as Joseki.
If you like the --timeout option approach, I can do it.
Otherwise, what would be the way to configure these things in Fuseki
without cluttering FusekiCmd?
Paolo
sets the timeout globally to 1 second (1000ms)). More details in the
javadoc. ARQ 2.8.9-SNAPSHOT built with that in it.
I just did a Joseki release based on ARQ 2.8.8 so now Joseki changes
needing ARQ chnages don't block a release.
Joseki POM now says 3.4.5-SNAPSHOT and depends on ARQ 2.8.9-SNAPSHOT
Andy