You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by "Andy Seaborne (Jira)" <ji...@apache.org> on 2020/09/18 21:46:00 UTC

[jira] [Commented] (JENA-870) Fuseki2: Can't set arq:queryTimeout for UI-made datasets

    [ https://issues.apache.org/jira/browse/JENA-870?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17198553#comment-17198553 ] 

Andy Seaborne commented on JENA-870:
------------------------------------

The only way is to set a global with {{--set arq:queryTimeout=3000}}. Because the command line options only specify one dataset, this should be sufficient.

> Fuseki2: Can't set arq:queryTimeout for UI-made datasets
> --------------------------------------------------------
>
>                 Key: JENA-870
>                 URL: https://issues.apache.org/jira/browse/JENA-870
>             Project: Apache Jena
>          Issue Type: Bug
>          Components: Fuseki
>    Affects Versions: Fuseki 2.0.0
>            Reporter: Stian Soiland-Reyes (old)
>            Priority: Minor
>
> I tried changing arq:queryTimeout to 300000 in config.ttl, but new datasets still get the default value of 3s:
> {noformat}
> :tdb_dataset_readwrite
>         a             tdb:DatasetTDB ;
>         ja:context    [ ja:cxtName   "arq:queryTimeout" ;
>                         ja:cxtValue  "3000"
>                       ] ;
> {noformat}
> I don't know an easy way to change this, as editing system_files/* is not picked up.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)