Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Option to Increase Query Timeout for *all* queries #67

Open
kuzeko opened this issue Sep 28, 2020 · 0 comments
Open

Add Option to Increase Query Timeout for *all* queries #67

kuzeko opened this issue Sep 28, 2020 · 0 comments

Comments

@kuzeko
Copy link

kuzeko commented Sep 28, 2020

Query timeout is usually set for each query

https://www.arangodb.com/docs/stable/http/aql-query-cursor-accessing-cursors.html#create-cursor

In the java driver this can be specified with the
AqlQueryOptions ttl(Integer ttl) method.

At this time, the arangodb java driver does not allow setting it globally.
If not set for each query, a server-defined value will be used, which can be modified with a different server side option.

Therefore, it would be necessary to add a configuration parameter to the tinkerpop driver which will then add the option to all queries.

See also #66 for more context

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant