On 06/05/15 18:44, Christian Schwaderer wrote:
Hi again,
I'm almost done setting up Fuseki as Tomcat web application. Still, there is
another problem: How can I make sure that Fuseki reads its configuration file?
I want to set a timeout (4sec) and thus, I've added the line
ja:context [ ja:cxtName "arq:queryTimeout" ; ja:cxtValue "4000" ] ;
in the file /etc/fuseki/config.ttl
But it doesn't work. Fuseki still executes queries taking about 20 seconds.
I've also copied the file config.ttl to /etc/fuseki/configuration - but to no
avail.
Thanks in advance and best regards
Christian
Hi Christian,
What's the full config file? One thing to be aware of is that it is not
set on the datatset as the more specific setting overrides the server
wide setting.
If the TDB database was created via the UI, unfortunately there is a bug
in the template for created TDB databases and it puts in a timout. It
can be removed; the server needs to be restarted.
Andy