> Just a comment, I think I have a Jira open on this somewhere but could not
> find it in a quick search. It would be good if the Python client, and for
> that matter any of the GLV clients exposed easy ways to set options like the
> per query timeout. I get fairly regular feedback from TinkerPop users who are
> frustrated that the Java client has features that are enabled by special case
> code that the other GLVs do not yet expose. Per query timeout is probably the
> one that comes up the most but others like sessions (recently added - thank
> you) come up as well.
it's better to give users the same features all GLVs, like API(submit,
submitAsync) , options, thanks.
now, I'm not sure how to set Timeout args for bytecode request, and couldn't
find issue like this.
so, I support timeout in demo graph server as bellow.
```
g.with('scriptEvaluationTimeout', 5000L).V().count()
```
[ Full content available at: https://github.com/apache/tinkerpop/pull/1278 ]
This message was relayed via gitbox.apache.org for [email protected]