You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by "Stian Soiland-Reyes (JIRA)" <ji...@apache.org> on 2015/01/28 16:31:34 UTC

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

Stian Soiland-Reyes created JENA-870:
----------------------------------------

             Summary: 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:

: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.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)