Ver código fonte

Stresstest default heartbeat now 30s

Ask Solem 9 anos atrás
pai
commit
f1930712e0
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      funtests/stress/stress/templates.py

+ 1 - 1
funtests/stress/stress/templates.py

@@ -50,7 +50,7 @@ def template_names():
 
 @template()
 class default(object):
-    BROKER_HEARTBEAT=2
+    BROKER_HEARTBEAT=30
     CELERY_ACCEPT_CONTENT = ['json']
     CELERY_DEFAULT_QUEUE = CSTRESS_QUEUE
     CELERY_TASK_SERIALIZER = 'json'