corrects misspellings in Gremlin and Config docs

This commit is contained in:
Taylor Buley 2014-08-26 15:30:12 -07:00
parent 1e62aaf374
commit 6530523e68
2 changed files with 4 additions and 4 deletions

View file

@ -79,7 +79,7 @@ All command line flags take precedence over the configuration file.
* Type: Integer or String
* Default: 30
The maximum length of time the Javascript runtime should run until cancelling the query and returning a 408 Timeout. When timeout is an integer is is interpretted as seconds, when it is a string it is [parsed](http://golang.org/pkg/time/#ParseDuration) as a Go time.Duration. A negative duration means no limit.
The maximum length of time the Javascript runtime should run until cancelling the query and returning a 408 Timeout. When timeout is an integer is is interpreted as seconds, when it is a string it is [parsed](http://golang.org/pkg/time/#ParseDuration) as a Go time.Duration. A negative duration means no limit.
## Per-Database Options