Commit ce1cde2f authored by Łukasz Nowak's avatar Łukasz Nowak

Lower priority.

Alarm can generate a lot of activities, so run them less often then critical
ones.
parent 5e7c07dd
......@@ -73,7 +73,7 @@ portal.portal_catalog.searchAndActivate(\n
method_id=\'OpenOrder_updateSimulation\',\n
method_kw={\'activity\': False},\n
packet_size=1, # As OpenOrder_updateSimulation can generate big transaction separate the calls\n
activate_kw={\'tag\':tag},\n
activate_kw={\'tag\':tag, \'priority\': 8},\n
**kw # XXX: In one query put parents of last modified lines\n
)\n
\n
......
108
\ No newline at end of file
109
\ 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