Github user okram commented on the pull request:

    
https://github.com/apache/tinkerpop/commit/2dbf66239e24b4519727333296f77a9d6fac9223#commitcomment-17845448
  
    In docs/src/recipes/centrality.asciidoc:
    In docs/src/recipes/centrality.asciidoc on line 147:
    I would add `timeLimit()` here to show people that you can get a solid 
ranking even within a window of time necessary for the apps useability (e.g. 
recommendations).
    
    ```
    g.V().repeat(groupCount('m').timeLimit(1000).out()).times(30).cap('m')
    ```
    
    That would execute for a most 1 second. I would then show how the two 
rankings with and without `timeLimit()` are nearly identical (e.g. comparing 
the sort order of the top 10 results).


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to