repo.or.cz
/
gae-samples.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Comment out the 'loadtest' backend in the 'counter' backend sample so that it does...
[gae-samples.git]
/
backends
/
counter
/
backends.yaml
blob
1b6808fd2eb0a1d6ef72eb63ea09f60a0687eff6
1
backends:
2
- name: counter
3
start: counter.py
4
instances: 1
5
class: B2
6
7
# NOTE: Disable the load test so that it does not automatically start in the
8
# dev_appserver.
9
#
10
#- name: loadtest
11
# start: loadtest.py
12
# instances: 10
13
# class: B1