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

Side by Side Diff: app/app.yaml

Issue 1031663002: Increase maximum file upload to 100MB, use cloudstorage python library (Closed) Base URL: https://github.com/dart-lang/pub-dartlang.git@master
Patch Set: Add deprecation comment to old cloud_storage.py:open() function Created 5 years, 9 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
« no previous file with comments | « no previous file | app/cloudstorage » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2 # for details. All rights reserved. Use of this source code is governed by a 2 # for details. All rights reserved. Use of this source code is governed by a
3 # BSD-style license that can be found in the LICENSE file. 3 # BSD-style license that can be found in the LICENSE file.
4 4
5 application: dartlang-pub 5 application: dartlang-pub
6 version: 33 6 version: 34
7 runtime: python27 7 runtime: python27
8 threadsafe: true 8 threadsafe: true
9 api_version: 1 9 api_version: 1
10 10
11 builtins: 11 builtins:
12 - deferred: on 12 - deferred: on
13 - remote_api: on 13 - remote_api: on
14 14
15 handlers: 15 handlers:
16 - url: /static 16 - url: /static
(...skipping 24 matching lines...) Expand all
41 - warmup 41 - warmup
42 42
43 # After the migration of performance settings from application-level to 43 # After the migration of performance settings from application-level to
44 # module-level the following settings are necessary: 44 # module-level the following settings are necessary:
45 instance_class: F4 45 instance_class: F4
46 automatic_scaling: 46 automatic_scaling:
47 min_idle_instances: 1 47 min_idle_instances: 1
48 max_idle_instances: 885 48 max_idle_instances: 885
49 max_pending_latency: 2.0s 49 max_pending_latency: 2.0s
50 50
OLDNEW
« no previous file with comments | « no previous file | app/cloudstorage » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698