Andy Seaborne created JENA-917:
----------------------------------
Summary: Fuseki prints the global timeout even if a different
timeout applies.
Key: JENA-917
URL: https://issues.apache.org/jira/browse/JENA-917
Project: Apache Jena
Issue Type: Improvement
Components: Fuseki
Reporter: Andy Seaborne
Priority: Minor
{{ActionBase.doCommon}} message looks in the global context only but the
dataset may have it's own timeout.
{noformat}
Context cxt = ARQ.getContext() ;
...
String message = String.format("The query timed out (restricted to %s ms)",
cxt.get(ARQ.queryTimeout));
{noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)