소스 검색

Stresstest default heartbeat now 30s

Ask Solem 9 년 전
부모
커밋
f1930712e0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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'