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 2015/01/28 18:23:36 UTC

[jira] [Updated] (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:all-tabpanel ]

Andy Seaborne updated JENA-870:
-------------------------------
    Description: 
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.

  was:
I tried changing arq:queryTimeout to 300000 in config.ttl, but new datasets still get the default value of 3s:

:tdb_dataset_readwrite
        a             tdb:DatasetTDB ;
        ja:context    [ ja:cxtName   "arq:queryTimeout" ;
                        ja:cxtValue  "3000"
                      ] ;

I don't know an easy way to change this, as editing system_files/* is not picked up.


> 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
>            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
(v6.3.4#6332)