How would one increase the amount of time a query waits for data to return?

Comments

Anonymous’s picture

Title: Research Help Increasing the Timeout for Large Queries » Allow users to extend query timeout
Category: support » feature
Priority: Minor » Normal
Status: Active » Needs work

Looking at the code, it seems that ARC (the library used for accessing the endpoint) actually has a timeout parameter. I'll have to look into how I can pass in a custom value for that.

There is also a timeout in Drupal core in includes/common.inc. The default is 30 seconds, so that would have to be reset.

I'm bumping this up to normal and feature request since I can see this being a common user need.

Anonymous’s picture

I'm getting a timeout too. I'm trying to query my own RDF store, using Fuseki on the same server as my Drupal site. Would it hurt anything to increase the endpoint_timeout in sparql.module...say from 60 to 120? Or is there an easy-but-faster endpoint I could use as an alternative to Fuseki? Thanks for all your hard work!