Skip to content

Commit 198f364

Browse files
committed
Fix daily GTFS ingest
1 parent 37701ef commit 198f364

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ingestor/.chalice/config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@
9191
},
9292
"update_gtfs": {
9393
"iam_policy_file": "policy-gtfs.json",
94-
"lambda_timeout": 500,
95-
"lambda_memory_size": 4096,
94+
"lambda_timeout": 900,
95+
"lambda_memory_size": 8192,
9696
"max_ebs_size_gb": 4
9797
},
9898
"update_ridership": {

0 commit comments

Comments
 (0)