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.
7 lines
109 B
INI
7 lines
109 B
INI
{
|
|
"database": "mem",
|
|
"db_path": "30kmoviedata.nq.gz",
|
|
"read_only": true,
|
|
"load_size": 10000,
|
|
"timeout": 10
|
|
}
|