| Index: appengine/findit/crash-frontend.yaml
|
| diff --git a/appengine/findit/waterfall-frontend.yaml b/appengine/findit/crash-frontend.yaml
|
| similarity index 87%
|
| copy from appengine/findit/waterfall-frontend.yaml
|
| copy to appengine/findit/crash-frontend.yaml
|
| index 491744dd2569424d81c329e8e494bb11297f2eb3..c75511fc7933347f5a0c1f6d71418f919c3f67d8 100644
|
| --- a/appengine/findit/waterfall-frontend.yaml
|
| +++ b/appengine/findit/crash-frontend.yaml
|
| @@ -1,13 +1,13 @@
|
| application: findit-for-me-dev
|
| +module: crash-frontend
|
| version: 1
|
| runtime: python27
|
| api_version: 1
|
| threadsafe: true
|
| -module: waterfall-frontend
|
| instance_class: F1
|
| automatic_scaling:
|
| min_idle_instances: 1
|
| - max_concurrent_requests: 25
|
| + max_concurrent_requests: 40
|
|
|
| handlers:
|
| # Static resources and home page.
|
| @@ -24,8 +24,8 @@ handlers:
|
| upload: static/common.css
|
|
|
| # Web UI pages.
|
| -- url: /.*
|
| - script: main.waterfall_frontend_web_application
|
| +- url: /crash/.*
|
| + script: main.crash_frontend_web_application
|
| secure: always
|
|
|
| skip_files:
|
|
|