cayley/cayley_appengine.cfg
kortschak ffb52af00b 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.
2014-08-02 23:28:24 +09:30

7 lines
109 B
INI

{
"database": "mem",
"db_path": "30kmoviedata.nq.gz",
"read_only": true,
"load_size": 10000,
"timeout": 10
}