kenhuuu commented on code in PR #3508:
URL: https://github.com/apache/tinkerpop/pull/3508#discussion_r3589145737


##########
docs/src/reference/gremlin-applications.asciidoc:
##########
@@ -985,6 +984,7 @@ The following table describes the various YAML 
configuration options that Gremli
 |strictTransactionManagement |Set to `true` to require `aliases` to be 
submitted on every requests, where the `aliases` become the scope of 
transaction management. |false
 |threadPoolBoss |The number of threads available to Gremlin Server for 
accepting connections. Should always be set to `1`. |1
 |threadPoolWorker |The number of threads available to Gremlin Server for 
processing non-blocking reads and writes. |1
+|timeoutMs |The maximum amount of time in milliseconds that a request is 
allowed to execute on the server before it times out. This is the server-wide 
default and may be overridden on a per-request basis with the `timeoutMs` 
request argument. This feature can be turned off by setting the value to `0`. 
|30000

Review Comment:
   This is provider defined so I'm going to leave it a bit ambiguous for now. 
Will CTR follow-up documentation change if we really don't like it.



-- 
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