On 18/01/16 15:07, Brian McBride wrote:
If I use GET to query a Fuseki 2.3.1 SPARQL endpoint I can specify a
timeout=foo parameter in the request url.  The timeout for the query
will be set to foo, overriding a server timeout set in the Fuseki
configuration file.  This works even if there is no allowTimeoutOverride
set in the configuration.

I haven't found any documentation on the timeout= query parameter so I'm
not sure if this is intended behaviour.

I want an ability to override the configured timeout and I'd like to
know if I can rely on this behaviour.

I've found a couple of bits of code for processing an
allowTimeoutOverride property in the configuration file.  I'm wondering
if perhaps this should be reenabled.

Probably! It would be a reasonable guess that it is commented out for a reason but it looks like the right sort of thing.

SPARQL_Query
Builder

https://issues.apache.org/jira/browse/JENA-218


I'd be happy to contribute as best I can, though I don't know my way
around this code.

Brian


Reply via email to