You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by "Nicolas Trangosi (Jira)" <ji...@apache.org> on 2020/02/11 15:16:00 UTC

[jira] [Created] (TINKERPOP-2337) In upgrade guide for 3.4.2, the option RemoteConnection.PER_REQUEST_TIMEOUT does not exist

Nicolas Trangosi created TINKERPOP-2337:
-------------------------------------------

             Summary: In upgrade guide for 3.4.2, the option RemoteConnection.PER_REQUEST_TIMEOUT does not exist
                 Key: TINKERPOP-2337
                 URL: https://issues.apache.org/jira/browse/TINKERPOP-2337
             Project: TinkerPop
          Issue Type: Bug
          Components: documentation
    Affects Versions: 3.4.5, 3.4.4, 3.4.3, 3.4.2
            Reporter: Nicolas Trangosi


in  the file {{docs/src/upgrade/release-3.4.x.asciidoc}} the sentence
 {{ List<Vertex> vertices = g.with(RemoteConnection.PER_REQUEST_TIMEOUT, 500).V().out("knows").toList()}} 
 should be replaced by
 {{ List<Vertex> vertices = g.with(Tokens.ARGS_EVAL_TIMEOUT, 500).V().out("knows").toList()}}

 

This option is only documented in upgrade guide, it could be useful to document all options in main documentation.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)