Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(319)

Side by Side Diff: chrome/common/extensions/docs/server2/app.yaml

Issue 10834329: Extension docs server: many changes to bring down the latency of the server, (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 application: chrome-apps-doc2 1 application: chrome-apps-test-kalman
2 version: 1-0-0 2 version: 1-0-0
3 runtime: python27 3 runtime: python27
4 api_version: 1 4 api_version: 1
5 threadsafe: false 5 threadsafe: false
6 6
7 handlers: 7 handlers:
8 - url: /.* 8 - url: /.*
9 script: appengine_main.py 9 script: appengine_main.py
10 10
11 inbound_services: 11 inbound_services:
12 - warmup 12 - warmup
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698