Commit 7ae90d8d authored by Łukasz Nowak's avatar Łukasz Nowak

Make smaller transactions.

A lot of documents are really huge.
parent c1da8c64
......@@ -72,11 +72,11 @@ for module in (\n
max_depth=1,\n
min_depth=1,\n
max_retry=0,\n
activity_count=50,\n
activity_count=20,\n
activate_kw={\n
\'tag\': tag,\n
\'group_method_id\': method_id,\n
\'group_method_cost\': 1./50, # fire up 50 activities in same transaction\n
\'group_method_cost\': 1./20, # fire up 20 jobs in same transaction\n
}\n
)\n
\n
......
35
\ No newline at end of file
36
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment