Needs work
Project:
SPARQL Views
Version:
7.x-2.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
6 May 2011 at 19:57 UTC
Updated:
8 Sep 2011 at 22:36 UTC
Jump to comment: Most recent
Comments
Comment #1
Anonymous (not verified) commentedLooking 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.
Comment #2
Anonymous (not verified) commentedI'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!