Rename GremlinTimeout -> Timeout
Given that there may be other Turing complete query interfaces (particularly a Go query API), the timeout config should not be specifically tied to gremlin.
This commit is contained in:
parent
0fedecd392
commit
ffb52af00b
6 changed files with 18 additions and 18 deletions
|
|
@ -3,5 +3,5 @@
|
|||
"db_path": "30kmoviedata.nq.gz",
|
||||
"read_only": true,
|
||||
"load_size": 10000,
|
||||
"gremlin_timeout": 10
|
||||
"timeout": 10
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue