Changes to get cayley running on appengine again.

This commit is contained in:
= 2014-11-28 13:36:12 +01:00 committed by panamafrancis
parent 5e61e2ecad
commit fbb3fc87ba
2 changed files with 81 additions and 11 deletions

View file

@ -1,7 +1,7 @@
{
"database": "mem",
"db_path": "30kmoviedata.nq.gz",
"read_only": true,
"load_size": 10000,
"timeout": 10
"database": "gaedatastore",
"read_only": false,
"load_size": 100,
"timeout": 10,
"http_request_context":true
}