2867021781 commented on issue #1934:
URL: 
https://github.com/apache/incubator-hugegraph/issues/1934#issuecomment-1191346772

   > > 可能是超时了,可以尝试如下语句减少渲染探测数据: 
`g.V("1:1K").repeat(outE().inV().simplePath()).until(outE().count().is(0)).path()
 ` 或者尝试调大超时时间: [#1429 
(comment)](https://github.com/apache/incubator-hugegraph/issues/1429#issuecomment-1041203915)
   > 
   > 换你的那个可以执行成功,但是g.V()还是不行,而且是立马返回错误的,不像超时,超时应该有个timeout
   
   使用g.E()是可以的 ,然后使用g.V().count()得到的数量也跟导入的不一致,导入没有报错


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to