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

Unified Diff: app/app.yaml

Issue 838443002: Fix incorrect performance settings and update version number (Closed) Base URL: https://github.com/dart-lang/pub-dartlang.git@master
Patch Set: Created 5 years, 11 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: app/app.yaml
diff --git a/app/app.yaml b/app/app.yaml
index 860e40b88ed1c5b905cec2efe5aac63e17fb6e19..70b674ec02e17688dfb4f488893d26567d59af4b 100644
--- a/app/app.yaml
+++ b/app/app.yaml
@@ -3,7 +3,7 @@
# BSD-style license that can be found in the LICENSE file.
application: dartlang-pub
-version: 1
+version: 31
runtime: python27
threadsafe: true
api_version: 1
@@ -46,5 +46,5 @@ instance_class: F4
automatic_scaling:
min_idle_instances: 1
max_idle_instances: 885
- max_pending_latency: 2.0
+ max_pending_latency: 2.0s
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698