[
https://issues.apache.org/jira/browse/JENA-917?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14502002#comment-14502002
]
ASF subversion and git services commented on JENA-917:
------------------------------------------------------
Commit 281e655a0cc696b76006a7bda0582662eefd98de in jena's branch
refs/heads/master from [~andy.seaborne]
[ https://git-wip-us.apache.org/repos/asf?p=jena.git;h=281e655 ]
JENA-917: Fix timeout message
> 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)