Explorar el Código

Changes stresstest config

Ask Solem hace 12 años
padre
commit
d6ac06b926
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      funtests/stress/stress.py

+ 2 - 2
funtests/stress/stress.py

@@ -47,11 +47,11 @@ Celery stress-suite v{version}
 """
 
 app = Celery(
-    'stress', broker='pyamqp://', backend='redis://',
+    'stress', broker='amqp://', backend='redis://',
     set_as_current=False,
 )
 app.conf.update(
-    CELERYD_PREFETCH_MULTIPLIER=1,
+    CELERYD_PREFETCH_MULTIPLIER=10,
 )