Comment out the 'loadtest' backend in the 'counter' backend sample so that it does...
[gae-samples.git] / backends / counter / backends.yaml
blob1b6808fd2eb0a1d6ef72eb63ea09f60a0687eff6
1 backends:
2 - name: counter
3   start: counter.py
4   instances: 1
5   class: B2
7 # NOTE: Disable the load test so that it does not automatically start in the
8 # dev_appserver.
10 #- name: loadtest
11 #  start: loadtest.py
12 #  instances: 10
13 #  class: B1