QueryEvaluationException - Query evaluation took too long #3919
Unanswered
naturzukunft
asked this question in
Q&A
Replies: 1 comment
-
did now bring the change to the test server (set maxExecutionTimeSeconds to '0'). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
As @hmottestad noticed in this thread.
The error is logged on the server site, so that it isn't a http thing! In the
org.eclipse.rdf4j.query.Operation
which is the superclass ofQuery
there is a comment for the methodsetMaxExecutionTime(int maxExecutionTimeSeconds)
But if unlimited execution time is default, how can this happen?
In an intermediate version i set the value explicit of '0'. But I have removed it again. And now i've the problem again. I will put it in again, but have to build a chain of libraries, uuntil i can test it on the server.
Does anyone know the "real" default value for maxExecutionTimeSeconds ?
Fredy
Beta Was this translation helpful? Give feedback.
All reactions