瀏覽代碼

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'