From a96f7cdd0370e5e532fa6ddd4af2713efb7f104e Mon Sep 17 00:00:00 2001 From: "darke@google.com" Date: Sun, 14 Jul 2013 01:01:06 +0000 Subject: [PATCH] Comment out the 'loadtest' backend in the 'counter' backend sample so that it does not automatically start in the dev_appserver. git-svn-id: http://google-app-engine-samples.googlecode.com/svn/trunk@171 99225164-8649-0410-878b-2ba91e509939 --- backends/counter/backends.yaml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/backends/counter/backends.yaml b/backends/counter/backends.yaml index 6c69372..1b6808f 100644 --- a/backends/counter/backends.yaml +++ b/backends/counter/backends.yaml @@ -4,7 +4,10 @@ backends: instances: 1 class: B2 -- name: loadtest - start: loadtest.py - instances: 10 - class: B1 +# NOTE: Disable the load test so that it does not automatically start in the +# dev_appserver. +# +#- name: loadtest +# start: loadtest.py +# instances: 10 +# class: B1 -- 2.11.4.GIT