Open liu-chao-simon opened 2 years ago
Not sure if this is related, but have you tried using a higher value (e.g. 30000) for evaluationTimeout
? Right now you are using 0 which does not make much sense to me.
@li-boxuan Per the Gremlin docs (CTFL+F for "evaluationTimeout")
The amount of time in milliseconds before a request evaluation and iteration of result times out. This feature can be turned off by setting the value to 0.
So @liu-chao-simon is disabling the timeout by setting it to 0. He needs to, however, also run :remote config timeout none
in his gremlin console in order to disable the timeout on the client end as well. Need to be separately disabled on both.
Discussed in https://github.com/JanusGraph/janusgraph/discussions/3105